From 2db7ed7d631384b3d8f0805e38cbfff61a266687 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:26:15 +0200 Subject: [PATCH] chore(master): release 1.1.1 (#27) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dc010..4b0712c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/catapulta-sh/catapulta-verify/compare/v1.1.0...v1.1.1) (2024-04-05) + + +### Bug Fixes + +* remove force ([#26](https://github.com/catapulta-sh/catapulta-verify/issues/26)) ([e27b604](https://github.com/catapulta-sh/catapulta-verify/commit/e27b604516d5d205673f88c4a588cfed04b7c315)) + ## [1.1.0](https://github.com/catapulta-sh/catapulta-verify/compare/v1.0.5...v1.1.0) (2024-03-21) diff --git a/package.json b/package.json index 50affa9..05fa051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catapulta-verify", - "version": "1.1.0", + "version": "1.1.1", "author": "@kartojal (https://catapulta.sh/)", "repository": { "type": "git", @@ -11,7 +11,9 @@ "publishConfig": { "access": "public" }, - "files": ["out/index.mjs"], + "files": [ + "out/index.mjs" + ], "devDependencies": { "@biomejs/biome": "1.4.1", "@types/chalk": "^2.2.0",