Skip to content

Commit

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

### Bug Fixes

* prepare version to handle versions with build number ([#40](#40)) ([3e4cd02](3e4cd02))
* semantic release `prepare` lifecycle arguments ([#39](#39)) ([2bf9915](2bf9915))

### Miscellaneous Chores

* **deps:** pin dependencies ([#34](#34)) ([bd80d2d](bd80d2d))
* **deps:** update dependency typescript to v5.2.2 ([#35](#35)) ([8013c3e](8013c3e))
* **deps:** update vitest monorepo to v0.34.5 ([#38](#38)) ([8c168b8](8c168b8))
* **deps:** update zeshuaro/github-actions-workflows digest to 06fac08 ([#37](#37)) ([63a198e](63a198e))

### Tests

* **prepare:** verify only the package version is updated ([#32](#32)) ([8287ccc](8287ccc))

### Continuous Integration

* **renovate:** configure Renovate ([#33](#33)) ([e9099e4](e9099e4))
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent 3e4cd02 commit 6fbd20f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [0.3.1](https://github.com/zeshuaro/semantic-release-pub/compare/v0.3.0...v0.3.1) (2023-09-25)


### Bug Fixes

* prepare version to handle versions with build number ([#40](https://github.com/zeshuaro/semantic-release-pub/issues/40)) ([3e4cd02](https://github.com/zeshuaro/semantic-release-pub/commit/3e4cd0276da5b4c02081d27e685576fc3a47a94e))
* semantic release `prepare` lifecycle arguments ([#39](https://github.com/zeshuaro/semantic-release-pub/issues/39)) ([2bf9915](https://github.com/zeshuaro/semantic-release-pub/commit/2bf9915ce8fb23bd8480e6744a636c0bc80721bd))


### Miscellaneous Chores

* **deps:** pin dependencies ([#34](https://github.com/zeshuaro/semantic-release-pub/issues/34)) ([bd80d2d](https://github.com/zeshuaro/semantic-release-pub/commit/bd80d2d6bec8b9983b7f560eac1cdfdb4e92c89a))
* **deps:** update dependency typescript to v5.2.2 ([#35](https://github.com/zeshuaro/semantic-release-pub/issues/35)) ([8013c3e](https://github.com/zeshuaro/semantic-release-pub/commit/8013c3ea9cb12bc55d40d46a870c90f4347242d7))
* **deps:** update vitest monorepo to v0.34.5 ([#38](https://github.com/zeshuaro/semantic-release-pub/issues/38)) ([8c168b8](https://github.com/zeshuaro/semantic-release-pub/commit/8c168b85d086f4ce063b0c425f572a8d4051fc29))
* **deps:** update zeshuaro/github-actions-workflows digest to 06fac08 ([#37](https://github.com/zeshuaro/semantic-release-pub/issues/37)) ([63a198e](https://github.com/zeshuaro/semantic-release-pub/commit/63a198ef791b746ec97857a37676ad007d210dfc))


### Tests

* **prepare:** verify only the package version is updated ([#32](https://github.com/zeshuaro/semantic-release-pub/issues/32)) ([8287ccc](https://github.com/zeshuaro/semantic-release-pub/commit/8287cccd9e8e3a4bf15dbe485d794a5e5f6e276f))


### Continuous Integration

* **renovate:** configure Renovate ([#33](https://github.com/zeshuaro/semantic-release-pub/issues/33)) ([e9099e4](https://github.com/zeshuaro/semantic-release-pub/commit/e9099e4d119bb9b84ccd2c22ff7764f8e98743db))

## [0.3.0](https://github.com/zeshuaro/semantic-release-pub/compare/v0.2.2...v0.3.0) (2023-09-22)


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.3.0",
"version": "0.3.1",
"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 6fbd20f

Please sign in to comment.