Skip to content

Commit

Permalink
chore(master): release 1.2.1 (#32)
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 Nov 21, 2024
1 parent f879783 commit b03ac13
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.2.1](https://github.com/catapulta-sh/catapulta-verify/compare/v1.2.0...v1.2.1) (2024-11-21)


### Bug Fixes

* lint package.json ([f879783](https://github.com/catapulta-sh/catapulta-verify/commit/f87978316872eecea061fa6c77123aaa36bf4a71))

## [1.2.0](https://github.com/catapulta-sh/catapulta-verify/compare/v1.1.1...v1.2.0) (2024-11-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.2.0",
"version": "1.2.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.9.4",
"@types/chalk": "^2.2.0",
Expand Down

0 comments on commit b03ac13

Please sign in to comment.