diff --git a/CHANGELOG.md b/CHANGELOG.md index e32732a..78157d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.11](https://github.com/eviden-actions/actions/compare/v1.3.10...v1.3.11) (2024-08-28) + +### Dependencies and Other Build Updates + +* **deps:** bump micromatch from 4.0.5 to 4.0.8 ([#189](https://github.com/eviden-actions/actions/issues/189)) ([ed99c18](https://github.com/eviden-actions/actions/commit/ed99c181c07c68bef472f0eeb6ff9cca9cd57e01)) + ## [1.3.10](https://github.com/eviden-actions/actions/compare/v1.3.9...v1.3.10) (2024-08-28) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 8d9e018..be13a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@eviden-actions/actions", - "version": "1.3.10", + "version": "1.3.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@eviden-actions/actions", - "version": "1.3.10", + "version": "1.3.11", "devDependencies": { "@commitlint/cli": "^19.4.0", "@commitlint/config-conventional": "^19.2.2", diff --git a/package.json b/package.json index fa31e04..7da8adc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "bugs": "https://github.com/eviden-actions/actions/issues", "private": "true", - "version": "1.3.10", + "version": "1.3.11", "engines": { "node": ">= 16.0.0", "npm": ">= 8.0.0"