From e6608a39cb94de932180a8bf7466782d87e5fbf5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Nov 2024 18:13:43 +0000 Subject: [PATCH] ci(release): 8.0.1 [skip ci] ## [8.0.1](https://github.com/open-turo/semantic-release-config/compare/v8.0.0...v8.0.1) (2024-11-11) ### Bug Fixes * **deps:** update dependency @semantic-release/github to v11 ([12d9526](https://github.com/open-turo/semantic-release-config/commit/12d95260bed80444201e54d131d0b459071335ab)) ### Continuous Integration * add build as part of CI ([c3cd9bc](https://github.com/open-turo/semantic-release-config/commit/c3cd9bce68f0c8639c6cf3674c5ad9462a9e3215)) ### Code Refactoring * fix lint issues ([d29e31e](https://github.com/open-turo/semantic-release-config/commit/d29e31e3da8e5ba9ee49f13c0e53b28915c871c0)) ### Miscellaneous * **deps:** update all non-major dependencies ([d4f68ba](https://github.com/open-turo/semantic-release-config/commit/d4f68ba52b3f2f5701adc3e05ae0fd716cf9f636)) * **deps:** update dependency @open-turo/eslint-config-typescript to v11 ([1701f8f](https://github.com/open-turo/semantic-release-config/commit/1701f8fd06e5007ec26e9f2caba2885cae94f380)) * **deps:** update dependency @open-turo/eslint-config-typescript to v9 ([eb98c11](https://github.com/open-turo/semantic-release-config/commit/eb98c1113282fb4c6bfc3f969440b57681ea60c2)) * **deps:** update dependency node to v20.18.0 ([78a391c](https://github.com/open-turo/semantic-release-config/commit/78a391cf629faecdfa1b5e05d3a4b1df6a4fbf44)) * **deps:** update dependency node to v22 ([a87a026](https://github.com/open-turo/semantic-release-config/commit/a87a026e69cc74efde78e13908b0db951e377513)) * **deps:** update pre-commit hook pre-commit/pre-commit-hooks to v5 ([fdfc0d9](https://github.com/open-turo/semantic-release-config/commit/fdfc0d911c6eb0ecfa0d5e3369a36e0aa4d12c3d)) * **deps:** update pre-commit hook rhysd/actionlint to v1.7.2 ([81f8b4e](https://github.com/open-turo/semantic-release-config/commit/81f8b4e84f3ecf9c7b487d8b992d71981e858c22)) * **deps:** update pre-commit hook rhysd/actionlint to v1.7.3 ([0829fc5](https://github.com/open-turo/semantic-release-config/commit/0829fc57e039722897ead19d5bc79dc828590ec4)) * **deps:** update pre-commit hook rhysd/actionlint to v1.7.4 ([0309afb](https://github.com/open-turo/semantic-release-config/commit/0309afb4a6b3a4c5395e529047151f59b9a58067)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d233cc..4eb5f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-turo/semantic-release-config", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-turo/semantic-release-config", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "@aensley/semantic-release-openapi": "^1.1.8", diff --git a/package.json b/package.json index 4f76dd4..c2f2c5d 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,5 @@ "watch": "clean && tsc-watch -w -p ./tsconfig.build.json --compiler ./node_modules/.bin/tspc" }, "types": "lib/index.d.ts", - "version": "8.0.0" + "version": "8.0.1" }