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

Commit cc74e19

Browse files
committed
v4.3.0
1 parent ae2097c commit cc74e19

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.3.0] - 2022-06-28
10+
11+
### Added
12+
13+
* [`prepare`](https://docs.npmjs.com/cli/v8/using-npm/scripts#prepare-and-prepublish) script that will check if `dist` dir exists and if not runs `build` script on `npm install` or `yarn install`, only relevant when installing from GitHub
14+
915
## [4.2.1] - 2022-06-27
1016

1117
### Fixed
@@ -137,7 +143,8 @@ Forgot to build for v2.0.1
137143
* `response.js` script
138144
* `.npmignore`
139145

140-
[Unreleased]: https://github.com/danielwerg/r6api.js/compare/v4.2.1...master
146+
[unreleased]: https://github.com/danielwerg/r6api.js/compare/v4.3.0...master
147+
[4.3.0]: https://github.com/danielwerg/r6api.js/compare/v4.2.1...v4.3.0
141148
[4.2.1]: https://github.com/danielwerg/r6api.js/compare/v4.2.0...v4.2.1
142149
[4.2.0]: https://github.com/danielwerg/r6api.js/compare/v4.1.0...v4.2.0
143150
[4.1.0]: https://github.com/danielwerg/r6api.js/compare/v4.0.1...v4.1.0

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.1",
3+
"version": "4.3.0",
44
"description": "Node.js wrapper around Rainbow Six: Siege API.",
55
"author": "Daniel Sandberg",
66
"license": "MIT",

0 commit comments

Comments
 (0)