Skip to content

Commit

Permalink
add autochangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHackett12 committed Feb 27, 2024
1 parent c754699 commit 0be52b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
### Changelog


## [1.0.12](https://github.com/ObolNetwork/obol-sdk/compare/68ec522...v1.0.12) (2024-02-27)

### Bug Fixes

* Fixing release pipeline


All notable changes to this project will be documented in this file. Dates are displayed in UTC.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@obolnetwork/obol-sdk",
"version": "1.0.12",
"version": "1.0.13",
"description": "A package for creating Distributed Validators using the Obol API.",
"bugs": {
"url": "https://github.com/obolnetwork/obol-sdk/issues"
Expand Down Expand Up @@ -94,6 +94,9 @@
"npm": {
"publish": false,
"ignoreVersion": false
},
"hooks": {
"after:bump": "npx auto-changelog -p --hide-credit"
}
},
"jest": {
Expand Down

0 comments on commit 0be52b0

Please sign in to comment.