From bc862dfc7eb669d605e59e36da0cfb874c834366 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 May 2024 22:19:18 +0000 Subject: [PATCH] chore(release): 1.3.6 [skip ci] ## [1.3.6](https://github.com/eviden-actions/actions/compare/v1.3.5...v1.3.6) (2024-05-12) ### Dependencies and Other Build Updates * **deps-dev:** bump @commitlint/cli from 19.2.1 to 19.2.2 ([#171](https://github.com/eviden-actions/actions/issues/171)) ([f6adbc9](https://github.com/eviden-actions/actions/commit/f6adbc965e1f20bf873bb0f17730af5769b1781b)) * **deps-dev:** bump @commitlint/cli from 19.2.2 to 19.3.0 ([#173](https://github.com/eviden-actions/actions/issues/173)) ([e729fe0](https://github.com/eviden-actions/actions/commit/e729fe0c72616d7ab606f4cdfc65ae780bde67ac)) * **deps-dev:** bump @commitlint/config-conventional from 19.1.0 to 19.2.2 ([#172](https://github.com/eviden-actions/actions/issues/172)) ([9867ae2](https://github.com/eviden-actions/actions/commit/9867ae2e5246d51b908486237ccda2e82a1bad05)) * **deps:** bump semantic-release from 23.0.8 to 23.1.1 ([#174](https://github.com/eviden-actions/actions/issues/174)) ([045139a](https://github.com/eviden-actions/actions/commit/045139afed7b708ebdfafeb6e1f025853a0359c9)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d179963..882a7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.3.6](https://github.com/eviden-actions/actions/compare/v1.3.5...v1.3.6) (2024-05-12) + + +### Dependencies and Other Build Updates + +* **deps-dev:** bump @commitlint/cli from 19.2.1 to 19.2.2 ([#171](https://github.com/eviden-actions/actions/issues/171)) ([f6adbc9](https://github.com/eviden-actions/actions/commit/f6adbc965e1f20bf873bb0f17730af5769b1781b)) +* **deps-dev:** bump @commitlint/cli from 19.2.2 to 19.3.0 ([#173](https://github.com/eviden-actions/actions/issues/173)) ([e729fe0](https://github.com/eviden-actions/actions/commit/e729fe0c72616d7ab606f4cdfc65ae780bde67ac)) +* **deps-dev:** bump @commitlint/config-conventional from 19.1.0 to 19.2.2 ([#172](https://github.com/eviden-actions/actions/issues/172)) ([9867ae2](https://github.com/eviden-actions/actions/commit/9867ae2e5246d51b908486237ccda2e82a1bad05)) +* **deps:** bump semantic-release from 23.0.8 to 23.1.1 ([#174](https://github.com/eviden-actions/actions/issues/174)) ([045139a](https://github.com/eviden-actions/actions/commit/045139afed7b708ebdfafeb6e1f025853a0359c9)) + ## [1.3.5](https://github.com/eviden-actions/actions/compare/v1.3.4...v1.3.5) (2024-04-10) diff --git a/package-lock.json b/package-lock.json index 672121d..b5d2b24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@eviden-actions/actions", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@eviden-actions/actions", - "version": "1.3.5", + "version": "1.3.6", "dependencies": { "semantic-release": "^23.1.1" }, diff --git a/package.json b/package.json index 736cc4a..c0270ff 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "bugs": "https://github.com/eviden-actions/actions/issues", "private": "true", - "version": "1.3.5", + "version": "1.3.6", "engines": { "node": ">= 16.0.0", "npm": ">= 8.0.0"