diff --git a/changelog.md b/changelog.md index d203bfb..2682936 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.4.1] - 2022-09-06 + +### Fixed + +* Build javascript for [4.4.0] + ## [4.4.0] - 2022-09-06 ### Added @@ -155,7 +161,8 @@ Forgot to build for v2.0.1 * `response.js` script * `.npmignore` -[unreleased]: https://github.com/danielwerg/r6api.js/compare/v4.4.0...master +[unreleased]: https://github.com/danielwerg/r6api.js/compare/v4.4.1...master +[4.4.1]: https://github.com/danielwerg/r6api.js/compare/v4.4.0...v4.4.1 [4.4.0]: https://github.com/danielwerg/r6api.js/compare/v4.3.0...v4.4.0 [4.3.0]: https://github.com/danielwerg/r6api.js/compare/v4.2.1...v4.3.0 [4.2.1]: https://github.com/danielwerg/r6api.js/compare/v4.2.0...v4.2.1 diff --git a/package.json b/package.json index 4694564..db974b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r6api.js", - "version": "4.4.0", + "version": "4.4.1", "description": "Node.js wrapper around Rainbow Six: Siege API.", "author": "Daniel Sandberg", "license": "MIT",