Skip to content

Commit

Permalink
Merge pull request #22 from aeternity/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--ga-multisig-backend

chore(main): release 1.1.4
  • Loading branch information
CedrikNikita authored Nov 13, 2024
2 parents 9c625fa + 85ba454 commit d9f5a73
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 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.4](https://github.com/aeternity/ga-multisig-backend/compare/v1.1.3...v1.1.4) (2024-11-13)


### CI / CD

* change pr closed triggers ([1d41dbd](https://github.com/aeternity/ga-multisig-backend/commit/1d41dbd4c0a4972bcadbb98564ef763c1e7dac51))
* update gh actions versions ([a646791](https://github.com/aeternity/ga-multisig-backend/commit/a64679194fa267cdb5b54a0796af2503261c4674))


### Miscellaneous

* improve error logging ([9e4e46c](https://github.com/aeternity/ga-multisig-backend/commit/9e4e46c535fc948c3ba0ee1c87264042826cf020))

## [1.1.3](https://github.com/aeternity/ga-multisig-backend/compare/v1.1.2...v1.1.3) (2024-05-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ga-multisig-backend",
"version": "1.1.3",
"version": "1.1.4",
"scripts": {
"server": "node -r dotenv/config src/index.js",
"server:dockerenv": "node src/index.js"
Expand Down

0 comments on commit d9f5a73

Please sign in to comment.