From 4233dd2af9eb1b13d5fa41bde6511db4041b6420 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Apr 2024 08:37:16 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.1](https://github.com/LironEr/bundlemon-action/compare/v1.1.0...v1.1.1) (2024-04-12) ### 🛠 Misc. * **deps:** bump @babel/traverse from 7.21.5 to 7.23.2 ([#21](https://github.com/LironEr/bundlemon-action/issues/21)) ([6d0ad31](https://github.com/LironEr/bundlemon-action/commit/6d0ad314adf6e689468c5f64214b2d5bbc3b8d2d)) * **deps:** bump undici from 5.28.2 to 5.28.3 ([#24](https://github.com/LironEr/bundlemon-action/issues/24)) ([5216ecf](https://github.com/LironEr/bundlemon-action/commit/5216ecf6a204af25fe6060b9419289dcc41ff868)) * **deps:** bump undici from 5.28.3 to 5.28.4 ([#25](https://github.com/LironEr/bundlemon-action/issues/25)) ([4fb92a8](https://github.com/LironEr/bundlemon-action/commit/4fb92a83364f72e6416a37d50705b8dff09b0cd6)) * **deps:** upgrade ([#22](https://github.com/LironEr/bundlemon-action/issues/22)) ([e91e6e7](https://github.com/LironEr/bundlemon-action/commit/e91e6e71df93fdbe08af99237c1ca69624bde44f)) * **release:** 1.1.1 [skip ci] ([9c89369](https://github.com/LironEr/bundlemon-action/commit/9c89369c125ed8ac5fb2872ccf8bf0559e454bfd)) * remove dependabot ([d8c425c](https://github.com/LironEr/bundlemon-action/commit/d8c425c5def4b8095d3a06aac484a9e98e84ec71)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ef1bc4..7058816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bundlemon-action", - "version": "1.1.0", + "version": "1.1.1", "private": true, "description": "BundleMon GitHub action", "main": "lib/main.js",