Skip to content

Commit

Permalink
chore(master): release 1.1.1 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 5, 2024
1 parent e27b604 commit 2db7ed7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catapulta-verify",
"version": "1.1.0",
"version": "1.1.1",
"author": "@kartojal <[email protected]> (https://catapulta.sh/)",
"repository": {
"type": "git",
Expand All @@ -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",
Expand Down

0 comments on commit 2db7ed7

Please sign in to comment.