Skip to content

Commit

Permalink
chore(master): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 21, 2024
1 parent 7ea3d13 commit 8d66243
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/catapulta-sh/catapulta-verify/compare/v1.0.5...v1.1.0) (2024-03-21)


### Features

* add celo network ([#22](https://github.com/catapulta-sh/catapulta-verify/issues/22)) ([b749a45](https://github.com/catapulta-sh/catapulta-verify/commit/b749a459b46e0fbe335ba87a291e3ead3227d5c8))
* multi verification ([#25](https://github.com/catapulta-sh/catapulta-verify/issues/25)) ([7ea3d13](https://github.com/catapulta-sh/catapulta-verify/commit/7ea3d13faedaf7c9affb0bc24e665ef991651e39))


### Bug Fixes

* remove force ([#24](https://github.com/catapulta-sh/catapulta-verify/issues/24)) ([4ca53ba](https://github.com/catapulta-sh/catapulta-verify/commit/4ca53baf6531ed50348a45de3d9d771dd760b155))

## [1.0.5](https://github.com/catapulta-sh/catapulta-verify/compare/v1.0.4...v1.0.5) (2024-02-16)


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.0.5",
"version": "1.1.0",
"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 8d66243

Please sign in to comment.