Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#63)
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 Aug 26, 2024
1 parent 71283eb commit d77d877
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.4.0](https://github.com/bluebrown/kobold/compare/v0.3.3...v0.4.0) (2024-08-26)


### ⚠ BREAKING CHANGES

* dont strip .git suffix for interal repo string. may break custom posthooks
* **pkguri:** Parse ref and pkg as query params ([#62](https://github.com/bluebrown/kobold/issues/62))

### Features

* confix for new pkg uri format ([f158a7e](https://github.com/bluebrown/kobold/commit/f158a7e22552f283bc0ead9a22c1251b02c18c99))


### Bug Fixes

* pullrequest posthook message ([#65](https://github.com/bluebrown/kobold/issues/65)) ([71283eb](https://github.com/bluebrown/kobold/commit/71283eb93fea29af08c5226e9f98574f6b3df8a7))


### Code Refactoring

* dont strip .git suffix for interal repo string. may break custom posthooks ([f158a7e](https://github.com/bluebrown/kobold/commit/f158a7e22552f283bc0ead9a22c1251b02c18c99))
* **pkguri:** Parse ref and pkg as query params ([#62](https://github.com/bluebrown/kobold/issues/62)) ([e6ad83e](https://github.com/bluebrown/kobold/commit/e6ad83e4f35830844db979b989f23f23b1c8f89d))

## [0.3.3](https://github.com/bluebrown/kobold/compare/v0.3.2...v0.3.3) (2024-06-03)


Expand Down
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.3"
".": "0.4.0"
}

0 comments on commit d77d877

Please sign in to comment.