Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
16patsle committed Jan 24, 2021
1 parent 1fbce28 commit 57ff367
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] - 2021-01-24

### Changed in 2.1.0

- Improved instructions in README.
- Added a `module` entrypoint in package.json, pointing to what was formerly
the `main` entrypoint.
- The `main` entrypoint no longer points to a module, but the normal bundle.
- Updated dependencies, which made the bundle a bit smaller.

### Fixed in 2.1.0

- The main entrypoint no longer uses ESNext syntax.

## [2.0.1] - 2020-04-16

### Changed in 2.0.1
Expand Down Expand Up @@ -106,7 +120,8 @@ Now you can use `this.add.weapon`.

- Fixed several bugs, like incorrect usage of Rectangle.CenterOn.

[Unreleased]: https://github.com/16patsle/phaser3-weapon-plugin/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/16patsle/phaser3-weapon-plugin/compare/v2.1.0...HEAD
[2.0.1]: https://github.com/16patsle/phaser3-weapon-plugin/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/16patsle/phaser3-weapon-plugin/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/16patsle/phaser3-weapon-plugin/compare/v1.0.2...v2.0.0
[1.0.2]: https://github.com/16patsle/phaser3-weapon-plugin/compare/v1.0.1...v1.0.2
Expand Down

0 comments on commit 57ff367

Please sign in to comment.