@adobe/aem-cli 16.0.8 → 16.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [16.1.1](https://github.com/adobe/helix-cli/compare/v16.1.0...v16.1.1) (2023-11-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** send release notifications on main branch ([329a60b](https://github.com/adobe/helix-cli/commit/329a60b28c6be063561c8fbcda9030bd9a2df419))
7
+
8
+ # [16.1.0](https://github.com/adobe/helix-cli/compare/v16.0.8...v16.1.0) (2023-11-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **release:** use correct package name for discord notifications ([7d0f1ab](https://github.com/adobe/helix-cli/commit/7d0f1abfc13f4eff8c52b62c3d59051f9afc41b9))
14
+
15
+
16
+ ### Features
17
+
18
+ * **release:** announce releases on discord ([699740a](https://github.com/adobe/helix-cli/commit/699740a1c3a93f7e14dd462999b54bc056c77322))
19
+
1
20
  ## [16.0.8](https://github.com/adobe/helix-cli/compare/v16.0.7...v16.0.8) (2023-11-17)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.0.8",
3
+ "version": "16.1.1",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -57,7 +57,7 @@
57
57
  "hast-util-select": "6.0.2",
58
58
  "http-proxy-agent": "7.0.0",
59
59
  "https-proxy-agent": "7.0.2",
60
- "ignore": "5.2.4",
60
+ "ignore": "5.3.0",
61
61
  "ini": "4.1.1",
62
62
  "isomorphic-git": "1.25.0",
63
63
  "livereload-js": "4.0.2",
@@ -80,7 +80,7 @@
80
80
  "@semantic-release/changelog": "6.0.3",
81
81
  "@semantic-release/git": "10.0.1",
82
82
  "c8": "8.0.1",
83
- "eslint": "8.53.0",
83
+ "eslint": "8.54.0",
84
84
  "esmock": "2.6.0",
85
85
  "husky": "8.0.3",
86
86
  "junit-report-builder": "3.1.0",
@@ -88,7 +88,8 @@
88
88
  "mocha": "10.2.0",
89
89
  "mocha-multi-reporters": "1.5.1",
90
90
  "nock": "13.3.8",
91
- "semantic-release": "22.0.7",
91
+ "semantic-release": "22.0.8",
92
+ "semantic-release-discord-bot": "^1.1.0",
92
93
  "sinon": "17.0.1"
93
94
  },
94
95
  "lint-staged": {