@beauraines/rtm-api 1.10.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
## [1.
|
|
5
|
+
## [1.12.0](https://github.com/beauraines/rtm-api/compare/v1.5.0...v1.12.0) (2024-06-24)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Features
|
|
@@ -12,12 +12,14 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
12
12
|
|
|
13
13
|
### Bug Fixes
|
|
14
14
|
|
|
15
|
+
* **ci:** increment package number ([#48](https://github.com/beauraines/rtm-api/issues/48)) ([920f0c2](https://github.com/beauraines/rtm-api/commit/920f0c2857edd1a4c313edd03202f642df0ad6bb))
|
|
15
16
|
* **deps:** bump debug from 4.3.4 to 4.3.5 ([269cc26](https://github.com/beauraines/rtm-api/commit/269cc2629ca7641f9e54f5f4578ebfab77c5879f))
|
|
16
17
|
* **deps:** bump debug from 4.3.4 to 4.3.5 ([#46](https://github.com/beauraines/rtm-api/issues/46)) ([b488362](https://github.com/beauraines/rtm-api/commit/b488362b6beff5b293efb2a26b71640580a9e554))
|
|
17
18
|
* **deps:** bump node-fetch from 2.6.11 to 2.7.0 ([#33](https://github.com/beauraines/rtm-api/issues/33)) ([37e41f2](https://github.com/beauraines/rtm-api/commit/37e41f2e174228c861f77b36c2da0242cb7e2c24)), closes [#1744](https://github.com/beauraines/rtm-api/issues/1744) [#1765](https://github.com/beauraines/rtm-api/issues/1765) [#1735](https://github.com/beauraines/rtm-api/issues/1735) [#1473](https://github.com/beauraines/rtm-api/issues/1473) [#1736](https://github.com/beauraines/rtm-api/issues/1736) [#1726](https://github.com/beauraines/rtm-api/issues/1726) [#1744](https://github.com/beauraines/rtm-api/issues/1744) [#1765](https://github.com/beauraines/rtm-api/issues/1765) [#1726](https://github.com/beauraines/rtm-api/issues/1726)
|
|
18
19
|
* **deps:** bump node-fetch from 2.6.7 to 2.6.11 ([182508a](https://github.com/beauraines/rtm-api/commit/182508a528521aefe13c884c9f5d28047a21cf93))
|
|
19
20
|
* **deps:** bump node-fetch from 2.6.7 to 2.6.11 ([#25](https://github.com/beauraines/rtm-api/issues/25)) ([afda81e](https://github.com/beauraines/rtm-api/commit/afda81e7d3fc5bf16058170f013f0e5afcff3ee9))
|
|
20
21
|
* increment version number ([da5820b](https://github.com/beauraines/rtm-api/commit/da5820b37af5a816ca48c5367bd23ad94ee1f972))
|
|
22
|
+
* increment version number ([#47](https://github.com/beauraines/rtm-api/issues/47)) ([2fd93a3](https://github.com/beauraines/rtm-api/commit/2fd93a33c0d5df249d78f695bb01f730f6c08192))
|
|
21
23
|
|
|
22
24
|
## [1.5.0](https://github.com/beauraines/rtm-api/compare/v1.3.1...v1.5.0) (2023-03-12)
|
|
23
25
|
|