Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenl2 committed Mar 20, 2024
2 parents 22de3f3 + e008ceb commit efe37b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.0.1] - 2024-03-21
No changes have been made. The package was released with a new tag `3.0.1` as NPM does not allow package version to be
duplicated, even in the case where a package's version was unpublished. This is documented in
[npm Unpublish Policy - Considerations](https://docs.npmjs.com/policies/unpublish#considerations).

## [3.0.0] - 2024-03-21
### FIXED
- Fixed minified file error "Invalid or expected token".
Expand Down Expand Up @@ -195,7 +200,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### ADDED
- Alpha release

[Unreleased]: https://github.com/widesky/jswidesky-client/compare/master...3.0.0
[Unreleased]: https://github.com/widesky/jswidesky-client/compare/master...3.0.1
[1.0.0]: https://github.com/widesky/jswidesky-client/compare/1.0.0...1.0.0
[1.1.0]: https://github.com/widesky/jswidesky-client/compare/1.1.0...1.0.0
[1.1.1]: https://github.com/widesky/jswidesky-client/compare/1.1.1...1.1.0
Expand All @@ -216,4 +221,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[2.1.3]: https://github.com/widesky/jswidesky-client/compare/2.1.3...2.1.2
[2.1.4]: https://github.com/widesky/jswidesky-client/compare/2.1.4...2.1.3
[2.1.5]: https://github.com/widesky/jswidesky-client/compare/2.1.5...2.1.4
[3.0.0]: https://github.com/widesky/jswidesky-client/compare/3.0.0...2.1.5
[3.0.0]: https://github.com/widesky/jswidesky-client/compare/3.0.0...2.1.5
[3.0.1]: https://github.com/widesky/jswidesky-client/compare/3.0.1...3.0.0
4 changes: 2 additions & 2 deletions 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": "@widesky/jswidesky-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "WideSky Client in JavaScript",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit efe37b6

Please sign in to comment.