diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8b6e5..d179963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.5](https://github.com/eviden-actions/actions/compare/v1.3.4...v1.3.5) (2024-04-10) + + +### Dependencies and Other Build Updates + +* **deps:** bump the npm_and_yarn group with 2 updates ([#170](https://github.com/eviden-actions/actions/issues/170)) ([48e089c](https://github.com/eviden-actions/actions/commit/48e089c5171c7b1677232f38320b56ae52dd7bbc)) + ## [1.3.4](https://github.com/eviden-actions/actions/compare/v1.3.3...v1.3.4) (2024-04-09) diff --git a/package-lock.json b/package-lock.json index 6ed6765..ace81f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@eviden-actions/actions", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@eviden-actions/actions", - "version": "1.3.4", + "version": "1.3.5", "devDependencies": { "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", diff --git a/package.json b/package.json index a84e65a..284cc7d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "bugs": "https://github.com/eviden-actions/actions/issues", "private": "true", - "version": "1.3.4", + "version": "1.3.5", "engines": { "node": ">= 16.0.0", "npm": ">= 8.0.0"