Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #37

Merged
merged 7 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Changelog
# Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v1.0.13](https://github.com/ObolNetwork/obol-sdk/compare/v1.0.12...v1.0.13)
## [1.0.13](https://github.com/obolnetwork/obol-sdk/compare/v1.0.12...v1.0.13) (2024-03-18)

- Fix release WF [`#36`](https://github.com/ObolNetwork/obol-sdk/pull/36)
- chore(release): v1.0.13 [`#35`](https://github.com/ObolNetwork/obol-sdk/pull/35)
- add contribution guidelines [`#34`](https://github.com/ObolNetwork/obol-sdk/pull/34)
- support v1.8.0 [`#31`](https://github.com/ObolNetwork/obol-sdk/pull/31)
- update e2e during release [`#25`](https://github.com/ObolNetwork/obol-sdk/pull/25)
Expand All @@ -13,9 +13,7 @@ All notable changes to this project will be documented in this file. Dates are d
- Create label-issues.yml [`0f1252f`](https://github.com/ObolNetwork/obol-sdk/commit/0f1252f24badba89251a3595cb5d57a0790e5faf)
- change to upgrade [`430bbc0`](https://github.com/ObolNetwork/obol-sdk/commit/430bbc05325f5b5f713b52952fd16954cf1396d6)

#### v1.0.12

> 27 February 2024
## [1.0.12](https://github.com/ObolNetwork/obol-sdk/tree/v1.0.12) (2024-02-27)

- Fix sdk deployment [`#18`](https://github.com/ObolNetwork/obol-sdk/pull/18)
- Hanan/update sdk [`#17`](https://github.com/ObolNetwork/obol-sdk/pull/17)
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@types/elliptic": "^6.4.18",
"@types/jest": "^28.1.8",
"@types/node": "^20.2.5",
Expand All @@ -81,7 +82,6 @@
],
"release-it": {
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"commitMessage": "chore(release): v${version}",
"push": true,
"commit": true,
Expand All @@ -97,8 +97,12 @@
"publish": false,
"ignoreVersion": false
},
"hooks": {
"after:bump": "npx auto-changelog -p --hide-credit"
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md",
"header": "# Changelog"
}
}
},
"jest": {
Expand Down
Loading
Loading