Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
 [skip ci]

## [4.0.0](ivandotv/radio-browser-api@v3.0.0...v4.0.0) (2021-06-21)

### ⚠ BREAKING CHANGES

* Static methods to resolve base url have been removed

### feat

* remove all static methods and automatically resolve base url ([bbd0501](ivandotv@bbd0501))
  • Loading branch information
semantic-release-bot committed Jun 21, 2021
1 parent bbd0501 commit 9d1e32b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.0.0](https://github.com/ivandotv/radio-browser-api/compare/v3.0.0...v4.0.0) (2021-06-21)


### ⚠ BREAKING CHANGES

* Static methods to resolve base url have been removed

### feat

* remove all static methods and automatically resolve base url ([bbd0501](https://github.com/ivandotv/radio-browser-api/commit/bbd0501e4cc057d1780d367a04d139d8255e7522))

## [2.3.0](https://github.com/ivandotv/radio-browser-api/compare/v2.2.4...v2.3.0) (2021-06-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radio-browser-api",
"version": "3.0.0",
"version": "4.0.0",
"private": false,
"description": "Wrapper for free and open-source radio browser api: https://api.radio-browser.info/.",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 9d1e32b

Please sign in to comment.