Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.1...v7.0.0) (2022-11-30)

### Features

* support multiple key formats for acs commons ([4fe9015](4fe9015))

### BREAKING CHANGES

* Change default `keyFormat` handling

ACS Commons ships with two different ClientLib path formats. This change introduces support for both. Use `acs-modern` for instances where your ClientLibs contain `ACSHASH` and `acs-classic` when only the MD5 hash exists. For AEMaaCS please ensure you use `cloud`.
  • Loading branch information
semantic-release-bot committed Nov 30, 2022
1 parent 9c7043f commit 01847cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [7.0.0](https://github.com/aem-vite/import-rewriter/compare/v6.0.1...v7.0.0) (2022-11-30)


### Features

* support multiple key formats for acs commons ([4fe9015](https://github.com/aem-vite/import-rewriter/commit/4fe9015b8445a8ec54c84f8e7a57fc22c03378f6))


### BREAKING CHANGES

* Change default `keyFormat` handling

ACS Commons ships with two different ClientLib path formats. This change introduces support for both. Use `acs-modern` for instances where your ClientLibs contain `ACSHASH` and `acs-classic` when only the MD5 hash exists. For AEMaaCS please ensure you use `cloud`.

## [6.0.1](https://github.com/aem-vite/import-rewriter/compare/v6.0.0...v6.0.1) (2022-07-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/aem-vite/import-rewriter/issues"
},
"version": "6.0.1",
"version": "7.0.0",
"engines": {
"node": ">= 14"
},
Expand Down

0 comments on commit 01847cf

Please sign in to comment.