Skip to content

Commit 1848a85

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.21...v3.0.0) (2022-07-07) ### Continuous Integration * specify node versions by keyword ([ad10b13](ad10b13)) ### Features * bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5)) ### BREAKING CHANGES * drop support for Node v12 No explicit functional changes or library dependencies currently need v14, so technically it may still work on v12, but is unsupported and no longer tested. * drop support for Node 12
1 parent ceb32f4 commit 1848a85

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [3.0.0](https://github.com/amclin/aem-packager/compare/v2.0.21...v3.0.0) (2022-07-07)
2+
3+
4+
### Continuous Integration
5+
6+
* specify node versions by keyword ([ad10b13](https://github.com/amclin/aem-packager/commit/ad10b13cd2e60ac2d01c96ca478093e382667559))
7+
8+
9+
### Features
10+
11+
* bump minimum Node from v12 to v14 ([e67c5e5](https://github.com/amclin/aem-packager/commit/e67c5e5edeb59c2bcbadb8a0dc09ce558a88cdc5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* drop support for Node v12
17+
18+
No explicit functional changes or library dependencies
19+
currently need v14, so technically it may still work on v12,
20+
but is unsupported and no longer tested.
21+
* drop support for Node 12
22+
123
## [2.0.21](https://github.com/amclin/aem-packager/compare/v2.0.20...v2.0.21) (2022-06-22)
224

325

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aem-packager",
3-
"version": "2.0.21",
3+
"version": "3.0.0",
44
"description": "A node plugin to package files into a bundle installable through the AEM package manager.",
55
"main": "aem-packager.js",
66
"repository": {

0 commit comments

Comments
 (0)