@beauraines/rtm-api 1.8.0 → 1.9.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.
@@ -14,3 +14,8 @@ updates:
14
14
  prefix: fix
15
15
  prefix-development: chore
16
16
  include: scope
17
+ groups:
18
+ dev-dependencies:
19
+ dependency-type: "development"
20
+ patterns:
21
+ - "*"
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.8.0](https://github.com/beauraines/rtm-api/compare/v1.5.0...v1.8.0) (2024-06-24)
5
+ ## [1.9.0](https://github.com/beauraines/rtm-api/compare/v1.5.0...v1.9.0) (2024-06-24)
6
6
 
7
7
 
8
8
  ### Features
@@ -12,9 +12,12 @@ All notable changes to this project will be documented in this file. See [standa
12
12
 
13
13
  ### Bug Fixes
14
14
 
15
+ * **deps:** bump debug from 4.3.4 to 4.3.5 ([269cc26](https://github.com/beauraines/rtm-api/commit/269cc2629ca7641f9e54f5f4578ebfab77c5879f))
16
+ * **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))
15
17
  * **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)
16
18
  * **deps:** bump node-fetch from 2.6.7 to 2.6.11 ([182508a](https://github.com/beauraines/rtm-api/commit/182508a528521aefe13c884c9f5d28047a21cf93))
17
19
  * **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
+ * increment version number ([da5820b](https://github.com/beauraines/rtm-api/commit/da5820b37af5a816ca48c5367bd23ad94ee1f972))
18
21
 
19
22
  ## [1.5.0](https://github.com/beauraines/rtm-api/compare/v1.3.1...v1.5.0) (2023-03-12)
20
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beauraines/rtm-api",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "Remember the Milk API Interface",
5
5
  "author": "David Waring <dev@davidwaring.net> (https://davidwaring.net)",
6
6
  "contributors": [
@@ -27,7 +27,7 @@
27
27
  "devDependencies": {
28
28
  "@dwaring87/docdash": "^0.4.1",
29
29
  "eslint": "^8.35.0",
30
- "eslint-plugin-jest": "^27.2.1",
30
+ "eslint-plugin-jest": "^28.6.0",
31
31
  "jest": "^29.4.3",
32
32
  "jsdoc": "^4.0.2"
33
33
  },