From 96a7e6dedfbd2aefb558e7eae945bb17e9074785 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Jan 2023 04:03:19 +0000 Subject: [PATCH] chore(release): v3.7.3 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5811d9..6fa87697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## [3.7.3](https://github.com/ridedott/release-me-action/compare/v3.7.2...v3.7.3) (2023-01-31) + +### Chores + +- **deps-dev:** bump @commitlint/cli from 17.3.0 to 17.4.0 + ([eaa6e1d](https://github.com/ridedott/release-me-action/commit/eaa6e1d812ef8285016276f0e637673ad2946df0)) +- **deps-dev:** bump @commitlint/cli from 17.4.0 to 17.4.1 + ([058cd27](https://github.com/ridedott/release-me-action/commit/058cd2779dc031a3fa4c27c9167d692b4c711ece)) +- **deps-dev:** bump @commitlint/cli from 17.4.1 to 17.4.2 + ([ec681a4](https://github.com/ridedott/release-me-action/commit/ec681a46600562296163bfc59ff875e8b50b446e)) +- **deps-dev:** bump @commitlint/config-conventional + ([ddeb944](https://github.com/ridedott/release-me-action/commit/ddeb9446276739af9e7ac4b98409c02a6d2cb7ef)) +- **deps-dev:** bump @commitlint/config-conventional + ([553e2f8](https://github.com/ridedott/release-me-action/commit/553e2f892c6f61ff18dc266af617c76f289aa8d1)) +- **deps-dev:** bump @jest/types from 29.3.1 to 29.4.0 + ([0bea11f](https://github.com/ridedott/release-me-action/commit/0bea11f8e64ee7cfff7f0dd8bf70012ab0513838)) +- **deps-dev:** bump @jest/types from 29.4.0 to 29.4.1 + ([43bc596](https://github.com/ridedott/release-me-action/commit/43bc596acbe326b7d9ebe15cc83d25dfbe1bc6c5)) +- **deps-dev:** bump @types/conventional-changelog-writer + ([caffc14](https://github.com/ridedott/release-me-action/commit/caffc142b8beb41dd3daa8a4d1312cf91f79a893)) +- **deps-dev:** bump @types/hapi\_\_joi from 17.1.8 to 17.1.9 + ([1f5957c](https://github.com/ridedott/release-me-action/commit/1f5957c0a5ccf903b924be5d0cf0a509b745a3ac)) +- **deps-dev:** bump commitizen from 4.2.6 to 4.3.0 + ([86a61cd](https://github.com/ridedott/release-me-action/commit/86a61cd0b4760bffc3bebe1a61b71b86ccd45ba9)) +- **deps-dev:** bump cspell from 6.18.1 to 6.19.2 + ([e2ac9a5](https://github.com/ridedott/release-me-action/commit/e2ac9a5eb932ae372ef71f32afd5901d8b90ed52)) +- **deps-dev:** bump husky from 8.0.2 to 8.0.3 + ([cf6fb6f](https://github.com/ridedott/release-me-action/commit/cf6fb6f7561b7b7611c4b88731edd65c47011969)) +- **deps-dev:** bump prettier from 2.8.1 to 2.8.2 + ([5340fa5](https://github.com/ridedott/release-me-action/commit/5340fa5ca4f482efc25089415ac0fc133543e8e4)) +- **deps-dev:** bump prettier from 2.8.2 to 2.8.3 + ([a3e9f01](https://github.com/ridedott/release-me-action/commit/a3e9f01d776a377b1da31c2d3bd763d9ad2b3f8a)) +- **deps-dev:** bump typescript from 4.9.4 to 4.9.5 + ([04475f4](https://github.com/ridedott/release-me-action/commit/04475f424bdb6b9aaef710c2d42ce4c0abfc7e7a)) + ## [3.7.2](https://github.com/ridedott/release-me-action/compare/v3.7.1...v3.7.2) (2022-12-30) ### Chores diff --git a/package-lock.json b/package-lock.json index 065bcde4..78e95cdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/release-me-action", - "version": "3.7.2", + "version": "3.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/release-me-action", - "version": "3.7.2", + "version": "3.7.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 0fda9023..53ab9f38 100644 --- a/package.json +++ b/package.json @@ -98,5 +98,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "3.7.2" + "version": "3.7.3" }