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

Commit ba03404

Browse files
committed
v4.2.1
1 parent 71d92f0 commit ba03404

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.2.1] - 2022-06-27
10+
11+
### Fixed
12+
13+
* Inconsistency with the `isOperatorName` utility function ([71ea801](https://github.com/danielwerg/r6api.js/commit/71ea80181505d5adaac524e793c255f33f933cb3))
14+
915
## [4.2.0] - 2022-06-16
1016

1117
### Added
@@ -131,7 +137,8 @@ Forgot to build for v2.0.1
131137
* `response.js` script
132138
* `.npmignore`
133139

134-
[Unreleased]: https://github.com/danielwerg/r6api.js/compare/v4.2.0...master
140+
[Unreleased]: https://github.com/danielwerg/r6api.js/compare/v4.2.1...master
141+
[4.2.1]: https://github.com/danielwerg/r6api.js/compare/v4.2.0...v4.2.1
135142
[4.2.0]: https://github.com/danielwerg/r6api.js/compare/v4.1.0...v4.2.0
136143
[4.1.0]: https://github.com/danielwerg/r6api.js/compare/v4.0.1...v4.1.0
137144
[4.0.1]: https://github.com/danielwerg/r6api.js/compare/v4.0.0...v4.0.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.2.0",
3+
"version": "4.2.1",
44
"description": "Node.js wrapper around Rainbow Six: Siege API.",
55
"author": "Daniel Sandberg",
66
"license": "MIT",

0 commit comments

Comments
 (0)