Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.0](v0.2.2...v0.3.0) (2023-09-22)

### Features

* add `publishPub` config option ([#30](#30)) ([a6d20cd](a6d20cd))

### Bug Fixes

* add logging around `prepare` and `publish` lifecycle ([#29](#29)) ([ed70ef5](ed70ef5))
* remove unused config `pubspecPath` ([#28](#28)) ([ba966d4](ba966d4))

### Documentation

* **readme:** add detailed configurations ([#27](#27)) ([fb48e9a](fb48e9a))

### Miscellaneous Chores

* cleanup files from biome ([#26](#26)) ([8ff33d5](8ff33d5))

### Continuous Integration

* **workflows:** combine semantic release into main workflow ([#31](#31)) ([e677422](e677422))
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent e677422 commit 4405cb4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [0.3.0](https://github.com/zeshuaro/semantic-release-pub/compare/v0.2.2...v0.3.0) (2023-09-22)


### Features

* add `publishPub` config option ([#30](https://github.com/zeshuaro/semantic-release-pub/issues/30)) ([a6d20cd](https://github.com/zeshuaro/semantic-release-pub/commit/a6d20cde44c1b6ce977c18b0150cbaeed8f80319))


### Bug Fixes

* add logging around `prepare` and `publish` lifecycle ([#29](https://github.com/zeshuaro/semantic-release-pub/issues/29)) ([ed70ef5](https://github.com/zeshuaro/semantic-release-pub/commit/ed70ef57c4eee749248cf162b6d2b9e876f882dd))
* remove unused config `pubspecPath` ([#28](https://github.com/zeshuaro/semantic-release-pub/issues/28)) ([ba966d4](https://github.com/zeshuaro/semantic-release-pub/commit/ba966d4632d2658dedb28715c2b7be0a3630ae70))


### Documentation

* **readme:** add detailed configurations ([#27](https://github.com/zeshuaro/semantic-release-pub/issues/27)) ([fb48e9a](https://github.com/zeshuaro/semantic-release-pub/commit/fb48e9af772e0e385886d1d6dc97bbb016683293))


### Miscellaneous Chores

* cleanup files from biome ([#26](https://github.com/zeshuaro/semantic-release-pub/issues/26)) ([8ff33d5](https://github.com/zeshuaro/semantic-release-pub/commit/8ff33d5a2e19a4653e73cef06c819a9b3e9597c3))


### Continuous Integration

* **workflows:** combine semantic release into main workflow ([#31](https://github.com/zeshuaro/semantic-release-pub/issues/31)) ([e677422](https://github.com/zeshuaro/semantic-release-pub/commit/e67742276b7b3a96372ad3f34c5b44c871a51c14))

## [0.2.2](https://github.com/zeshuaro/semantic-release-pub/compare/v0.2.1...v0.2.2) (2023-09-20)


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": "semantic-release-pub",
"version": "0.2.2",
"version": "0.3.0",
"description": "semantic-release plugin to publish a Dart or Flutter package",
"main": "dist/index.js",
"author": "zeshuaro@gmail.com",
Expand Down

0 comments on commit 4405cb4

Please sign in to comment.