Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 4c2f432

Browse files
committed
v4.4.1
1 parent ba12d2d commit 4c2f432

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.4.1] - 2022-09-06
10+
11+
### Fixed
12+
13+
* Build javascript for [4.4.0]
14+
915
## [4.4.0] - 2022-09-06
1016

1117
### Added
@@ -155,7 +161,8 @@ Forgot to build for v2.0.1
155161
* `response.js` script
156162
* `.npmignore`
157163

158-
[unreleased]: https://github.com/danielwerg/r6api.js/compare/v4.4.0...master
164+
[unreleased]: https://github.com/danielwerg/r6api.js/compare/v4.4.1...master
165+
[4.4.1]: https://github.com/danielwerg/r6api.js/compare/v4.4.0...v4.4.1
159166
[4.4.0]: https://github.com/danielwerg/r6api.js/compare/v4.3.0...v4.4.0
160167
[4.3.0]: https://github.com/danielwerg/r6api.js/compare/v4.2.1...v4.3.0
161168
[4.2.1]: https://github.com/danielwerg/r6api.js/compare/v4.2.0...v4.2.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r6api.js",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Node.js wrapper around Rainbow Six: Siege API.",
55
"author": "Daniel Sandberg",
66
"license": "MIT",

0 commit comments

Comments
 (0)