Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-05-23)

### Bug Fixes

* **ci:** improve release versioning ([c6f5f67](c6f5f67))
* config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486)
* configs were not loading from package.json ([00b5501](00b5501))
* **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc))
* **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0))
* **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa))
* **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816))
* **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61))
* **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813))
* **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974))
* **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e))
* **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec))
* **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f))
* **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707))
* **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd))
* **deps:** auto-bump version numbers when dependencies update ([427003e](427003e))
* **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384))
* **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4))
* **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f))
* **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173))
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874))
* **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2))
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa))
* **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624))
* **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306))
* **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d))
* **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115))
* **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506))
* **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d))
* **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07))
* **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde))
* **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f))
* **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22))
* **deps:** resolve dependency changes in package.json ([8500be4](8500be4))
* **deps:** update eslint dev dependencies ([f5728ba](f5728ba))
* husky was preventing  package from being installable ([b15f019](b15f019))
* jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6))
* maven failing to resolve Adobe vault plugin ([6611718](6611718))
* options mapped properly ([ac170b8](ac170b8))
* **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a))
* **package:** update read-config-file to version 5.0.0 ([841a755](841a755))
* updated docs instead of var def ([a1a39e1](a1a39e1))

### Continuous Integration

* specify node versions by keyword ([ad10b13](ad10b13))

### Features

* bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5))
* **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222)
* **deps:** remove lodash dependency ([3775405](3775405))
* jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([61ed2da](61ed2da))
* jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395)
* switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca))
* verify maven is available when installing ([4447b30](4447b30))
* version bump for breaking change ([0b11cb8](0b11cb8))

### BREAKING CHANGES

* no longer contains the necessary
maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To  restore the old `aem-packager` functionality entirely, set the new
option `packager` to `jcrvault`
* 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
* now requires Node v12
  • Loading branch information
semantic-release-bot committed May 23, 2024
1 parent d331897 commit 5588336
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
87 changes: 87 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,90 @@
# 1.0.0 (2024-05-23)


### Bug Fixes

* **ci:** improve release versioning ([c6f5f67](https://github.com/friendlymahi/aem-packager/commit/c6f5f67546f8c8d3b560eb6ce7e38e003c382717))
* config merge fix ([e31e2a1](https://github.com/friendlymahi/aem-packager/commit/e31e2a1d6ee5e2b8a893c1f4efc01d455ab956fa)), closes [#486](https://github.com/friendlymahi/aem-packager/issues/486)
* configs were not loading from package.json ([00b5501](https://github.com/friendlymahi/aem-packager/commit/00b55013725d2b911a47a8c3ef6267fa8a10b3b1))
* **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](https://github.com/friendlymahi/aem-packager/commit/63db0cc80c8bf4725937e8ef39d15efd7ae6f983))
* **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](https://github.com/friendlymahi/aem-packager/commit/1699dd01f0ab2d4a439df918eb6e5d338f406540))
* **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](https://github.com/friendlymahi/aem-packager/commit/81e0bfafa195e44260f5ddd8c8ecafde6d89dbac))
* **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](https://github.com/friendlymahi/aem-packager/commit/50fb81610844162999deaadfcae7259bbd80c60f))
* **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](https://github.com/friendlymahi/aem-packager/commit/3420d618a1f3c8ba29b1ff7ac7a36fb7a296c36a))
* **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](https://github.com/friendlymahi/aem-packager/commit/a0158139a7a1622629e84aa4bd85a1a450d63ab5))
* **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](https://github.com/friendlymahi/aem-packager/commit/15c597410117135730e73a1f74e2109141ca0300))
* **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](https://github.com/friendlymahi/aem-packager/commit/090745ea12275d93bfd5bba2a2e6037ffd4b23a3))
* **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](https://github.com/friendlymahi/aem-packager/commit/35b29a6d09f1a785d48d234a322d52ccd9dde7a7))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](https://github.com/friendlymahi/aem-packager/commit/2c163c21af8b56a4266befdad8c95639e5b9fdf3))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](https://github.com/friendlymahi/aem-packager/commit/21014ecaddd2ecbf28b3939d45031f51bb62a65a))
* **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](https://github.com/friendlymahi/aem-packager/commit/a4aec8faae12b880536f27b3ad4e68653b16a78c))
* **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](https://github.com/friendlymahi/aem-packager/commit/25ef707caef5762d217a6f514b56043e93da0cf0))
* **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](https://github.com/friendlymahi/aem-packager/commit/57fcedda0f5146fb9feeea8db2a4c6f822c138ce))
* **deps:** auto-bump version numbers when dependencies update ([427003e](https://github.com/friendlymahi/aem-packager/commit/427003e6160c610d47ef9bc56c7cc139dbc74b50))
* **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](https://github.com/friendlymahi/aem-packager/commit/e809384c342073dc21668dd636ae0b1b895e2c4a))
* **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](https://github.com/friendlymahi/aem-packager/commit/eb1edf47297b4bf671cb3ea176570d4fe44c3c10))
* **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](https://github.com/friendlymahi/aem-packager/commit/bb4eb3f6fba2111028c1fb327065459f78d85964))
* **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](https://github.com/friendlymahi/aem-packager/commit/90cd173194e5a59e5445f1b3ab351addd4aabe76))
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](https://github.com/friendlymahi/aem-packager/commit/0377874326c19962c9a7de87ee72cf715ae4f684))
* **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](https://github.com/friendlymahi/aem-packager/commit/ada25d3cc0c349cea447d0d3f353dc3dcb29b38a))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](https://github.com/friendlymahi/aem-packager/commit/27910f2e300dd8fbd927fad6924c6d90391bf8d7))
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](https://github.com/friendlymahi/aem-packager/commit/b9705fab0ba1d024e4ec49fc147420e180915fd6))
* **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](https://github.com/friendlymahi/aem-packager/commit/d745e7bab6ac7dc8331e8e2a08cd29b4a82c24ad))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](https://github.com/friendlymahi/aem-packager/commit/fe3562449a63be2cb01616dd7ccf19101c9a86c7))
* **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](https://github.com/friendlymahi/aem-packager/commit/9d853062954b23e9959657ac48fb27d775f1bdb9))
* **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](https://github.com/friendlymahi/aem-packager/commit/3ed6c0d7a9749546670e078ef8cab21eddef9b03))
* **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](https://github.com/friendlymahi/aem-packager/commit/3887115903467c86ef2094cc93298bc24dacb266))
* **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](https://github.com/friendlymahi/aem-packager/commit/e8f1506654bc4796fd843ff4308ff84185510dbb))
* **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](https://github.com/friendlymahi/aem-packager/commit/969258db9a97752c0331f77b1650dbaa6722daef))
* **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](https://github.com/friendlymahi/aem-packager/commit/869ea070be3ccea1eb9d66ff18987a26c182b4dd))
* **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](https://github.com/friendlymahi/aem-packager/commit/cbc3cdee6adc317ff7adc4bc9d26fb1b5c6294a5))
* **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](https://github.com/friendlymahi/aem-packager/commit/952eb2fa35fb3f8041961353f133e339af7b3b01))
* **deps:** bump yargs-parser and yargs ([7d98d22](https://github.com/friendlymahi/aem-packager/commit/7d98d22412743c12ed1391307274eecfafac4a18))
* **deps:** resolve dependency changes in package.json ([8500be4](https://github.com/friendlymahi/aem-packager/commit/8500be4f8048d3a16714b6fcc01b3407d6474851))
* **deps:** update eslint dev dependencies ([f5728ba](https://github.com/friendlymahi/aem-packager/commit/f5728ba27bacfd5ce8dfff7602cab7a893c352c9))
* husky was preventing package from being installable ([b15f019](https://github.com/friendlymahi/aem-packager/commit/b15f0191a4732aba7c0a238596d690e0376edb19))
* jcrPath option not working fixes [#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](https://github.com/friendlymahi/aem-packager/commit/a7a0fb6ca77f3105e25221b09dfdeb082551d488))
* maven failing to resolve Adobe vault plugin ([6611718](https://github.com/friendlymahi/aem-packager/commit/66117180ae65e25ef4e077976adef82c7b74d865))
* options mapped properly ([ac170b8](https://github.com/friendlymahi/aem-packager/commit/ac170b8304014605abc5c27c2cf4297c641fd55d))
* **package:** update read-config-file to version 4.0.0 ([237ea6a](https://github.com/friendlymahi/aem-packager/commit/237ea6ad297b3c0daa80e254fc47cab4732b5424))
* **package:** update read-config-file to version 5.0.0 ([841a755](https://github.com/friendlymahi/aem-packager/commit/841a755b531063c92bea6f9e26636f2b7f11b2fa))
* updated docs instead of var def ([a1a39e1](https://github.com/friendlymahi/aem-packager/commit/a1a39e16ad6d12ff53786271ad5e74053e2da442))


### Continuous Integration

* specify node versions by keyword ([ad10b13](https://github.com/friendlymahi/aem-packager/commit/ad10b13cd2e60ac2d01c96ca478093e382667559))


### Features

* bump minimum Node from v12 to v14 ([e67c5e5](https://github.com/friendlymahi/aem-packager/commit/e67c5e5edeb59c2bcbadb8a0dc09ce558a88cdc5))
* **deps:** enforce minimum Node v12 ([1273dac](https://github.com/friendlymahi/aem-packager/commit/1273dac8ad76487bf0c82f43249a9ec26bde491d)), closes [#222](https://github.com/friendlymahi/aem-packager/issues/222)
* **deps:** remove lodash dependency ([3775405](https://github.com/friendlymahi/aem-packager/commit/3775405620d4f22531e6d4b78810c76ec01092bb))
* jackrabbit package plugin ([d331897](https://github.com/friendlymahi/aem-packager/commit/d331897664f7ed4e7fe0931f8cd331606cc62ad5)), closes [#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([4b64ecf](https://github.com/friendlymahi/aem-packager/commit/4b64ecf75751de2ce2541b54b226c5aa026bc1b2)), closes [#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([84a7a87](https://github.com/friendlymahi/aem-packager/commit/84a7a87869433e5d57d4350d5db0726fcc2b1cea)), closes [#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([61ed2da](https://github.com/friendlymahi/aem-packager/commit/61ed2da472be2581eef0e09e0a5a08bf9689980c))
* jackrabbit package plugin ([f9f1f14](https://github.com/friendlymahi/aem-packager/commit/f9f1f14d447d87c3c3be0453cac938b11694a9bc)), closes [#488](https://github.com/friendlymahi/aem-packager/issues/488)
* support for NPM v7 and later ([688a958](https://github.com/friendlymahi/aem-packager/commit/688a958d1c0b34e13a981cf121e1a54b06f41455)), closes [#395](https://github.com/friendlymahi/aem-packager/issues/395)
* switch to jackrabbit for content packaging ([2b2e7ca](https://github.com/friendlymahi/aem-packager/commit/2b2e7ca67153374b2b0c9a96c1b8bb6f6e538445))
* verify maven is available when installing ([4447b30](https://github.com/friendlymahi/aem-packager/commit/4447b30acca15b067376268b0e0f7afab73b7bf3))
* version bump for breaking change ([0b11cb8](https://github.com/friendlymahi/aem-packager/commit/0b11cb83ad4309740941959512fcd4ca3106340f))


### BREAKING CHANGES

* no longer contains the necessary
maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To restore the old `aem-packager` functionality entirely, set the new
option `packager` to `jcrvault`
* 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
* now requires Node v12

## [3.1.5](https://github.com/amclin/aem-packager/compare/v3.1.4...v3.1.5) (2023-10-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aem-packager-v2",
"version": "3.1.5",
"version": "1.0.0",
"description": "A node plugin to package files into a bundle installable through the AEM package manager.",
"main": "aem-packager.js",
"repository": {
Expand Down

0 comments on commit 5588336

Please sign in to comment.