Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbierdeman committed Jan 5, 2023
1 parent 737a719 commit 7f6c90c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.3.0](https://github.com/krakenjs/grabthar-release/compare/v3.0.0...v3.3.0) (2023-01-05)


### Features

* reset feature branch after alpha release ([7d90a1b](https://github.com/krakenjs/grabthar-release/commit/7d90a1b04b30ad058683bfb059cdd9c1208c29e5))
* upgrade to grumbler scripts 8 ([#46](https://github.com/krakenjs/grabthar-release/issues/46)) ([6d70084](https://github.com/krakenjs/grabthar-release/commit/6d7008472a34420ffb997c6dbdc03ba5b6ad5028))


### Bug Fixes

* add await ([9e80498](https://github.com/krakenjs/grabthar-release/commit/9e804983bab544382e7a84ea76fd9c371c446989))
* destructure stdout and trim newline ([c7806e7](https://github.com/krakenjs/grabthar-release/commit/c7806e7f21adbd0d492c77733989e3d8977af3f7))
* temp version bump ([737a719](https://github.com/krakenjs/grabthar-release/commit/737a719a9af8fc8fce2d42214606befd4047a206))


* use prettier ([#41](https://github.com/krakenjs/grabthar-release/issues/41)) ([6c2cabb](https://github.com/krakenjs/grabthar-release/commit/6c2cabb70876d574a0a6044b5831404b85bd8b1a))

## [3.0.0](https://github.com/krakenjs/grabthar-release/compare/v2.4.0...v3.0.0) (2022-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krakenjs/grabthar-release",
"version": "3.2.0",
"version": "3.3.0",
"description": "Helper scripts for grabthar releases.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7f6c90c

Please sign in to comment.