From 24b88f4e3736996343821daf4ce209f438acbdd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 May 2023 18:45:04 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/maxgfr/typescript-swc-starter/compare/v1.1.0...v1.1.1) (2023-05-23) ### Bug Fixes * action ([5d43b84](https://github.com/maxgfr/typescript-swc-starter/commit/5d43b84a3a12530fdd59fd1a977caf0e215e5c56)) * bypass ([58b0fe6](https://github.com/maxgfr/typescript-swc-starter/commit/58b0fe64e6b1bf6fcef98785fa4f4395f91e358c)) * bypass ([46271a0](https://github.com/maxgfr/typescript-swc-starter/commit/46271a0cd2dcf1ee4c4f4c96a570d0b736b363aa)) * protection ([313f826](https://github.com/maxgfr/typescript-swc-starter/commit/313f8260d9d8fc569bea7c83f3d9501b0f5f06f7)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ded46..86ae080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.1](https://github.com/maxgfr/typescript-swc-starter/compare/v1.1.0...v1.1.1) (2023-05-23) + +### Bug Fixes + +- action ([5d43b84](https://github.com/maxgfr/typescript-swc-starter/commit/5d43b84a3a12530fdd59fd1a977caf0e215e5c56)) +- bypass ([58b0fe6](https://github.com/maxgfr/typescript-swc-starter/commit/58b0fe64e6b1bf6fcef98785fa4f4395f91e358c)) +- bypass ([46271a0](https://github.com/maxgfr/typescript-swc-starter/commit/46271a0cd2dcf1ee4c4f4c96a570d0b736b363aa)) +- protection ([313f826](https://github.com/maxgfr/typescript-swc-starter/commit/313f8260d9d8fc569bea7c83f3d9501b0f5f06f7)) + # [1.1.0](https://github.com/maxgfr/typescript-swc-starter/compare/v1.0.0...v1.1.0) (2023-05-23) ### Bug Fixes diff --git a/package.json b/package.json index ed922d0..eb8cba4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typescript-swc-starter", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "author": "maxgfr", "license": "MIT", "description": "A minimalist typescript swc starter",