Skip to content

Commit

Permalink
chore(release): 1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.3](v1.4.2...v1.4.3) (2022-06-02)

### Bug Fixes

* ts config paths ([76fc0c0](76fc0c0))
  • Loading branch information
semantic-release-bot committed Jun 2, 2022
1 parent 198fcf0 commit 7f5439c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.3](https://github.com/adobe/aem-spa-page-model-manager/compare/v1.4.2...v1.4.3) (2022-06-02)


### Bug Fixes

* ts config paths ([76fc0c0](https://github.com/adobe/aem-spa-page-model-manager/commit/76fc0c04f45d6611ea38e331d584de9ab8484af4))

## [1.4.2](https://github.com/adobe/aem-spa-page-model-manager/compare/v1.4.1...v1.4.2) (2022-06-02)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aem-spa-page-model-manager",
"version": "1.4.2",
"version": "1.4.3",
"description": "An interpreter between AEM Editor and the AEM SPA Editor.",
"keywords": [
"spa",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:coverage": "jest --clearCache && jest --coverage",
"test:debug": "jest --coverage --watchAll",
"test": "jest --clearCache && jest"
},
},
"dependencies": {
"clone": "^2.1.2",
"path-browserify": "^1.0.1",
Expand Down

0 comments on commit 7f5439c

Please sign in to comment.