Skip to content

Commit

Permalink
chore(release): 0.8.15 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.15](v0.8.14...v0.8.15) (2024-06-02)

### Bug Fixes

* **node:** update dependency node to v20.14.0 ([#356](#356)) ([1996151](1996151))
* **node:** update node.js to >=20.14.0 ([#359](#359)) ([913c2cf](913c2cf))

### Documentation

* **license:** update copyright ([#354](#354)) ([d7619c9](d7619c9))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#355](#355)) ([a27780e](a27780e))
* **deps:** update dependency eslint to v9 ([#327](#327)) ([9c7d637](9c7d637))
* **deps:** update dependency eslint-plugin-promise to v6.2.0 ([#357](#357)) ([6ea9180](6ea9180))
* **deps:** update typescript-eslint monorepo to v7.10.0 ([#353](#353)) ([b6f1705](b6f1705))
* **deps:** update typescript-eslint monorepo to v7.11.0 ([#358](#358)) ([f253112](f253112))

### Continuous Integration

* **deps:** update codecov/codecov-action action to v4.4.1 ([#352](#352)) ([56716a9](56716a9))
* **deps:** update zeshuaro/github-actions-workflows digest to c2ec562 ([#351](#351)) ([3e1b2ca](3e1b2ca))
  • Loading branch information
semantic-release-bot committed Jun 2, 2024
1 parent 913c2cf commit bc29d84
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.8.15](https://github.com/zeshuaro/semantic-release-pub/compare/v0.8.14...v0.8.15) (2024-06-02)


### Bug Fixes

* **node:** update dependency node to v20.14.0 ([#356](https://github.com/zeshuaro/semantic-release-pub/issues/356)) ([1996151](https://github.com/zeshuaro/semantic-release-pub/commit/19961516b60b2a77011c0297c23332bd4912056e))
* **node:** update node.js to >=20.14.0 ([#359](https://github.com/zeshuaro/semantic-release-pub/issues/359)) ([913c2cf](https://github.com/zeshuaro/semantic-release-pub/commit/913c2cfb5bcb14c27c5d10a12dc0792670253e71))


### Documentation

* **license:** update copyright ([#354](https://github.com/zeshuaro/semantic-release-pub/issues/354)) ([d7619c9](https://github.com/zeshuaro/semantic-release-pub/commit/d7619c95c25b98d690404f75a0bd9303f07cb4f9))


### Miscellaneous Chores

* **deps:** lock file maintenance ([#355](https://github.com/zeshuaro/semantic-release-pub/issues/355)) ([a27780e](https://github.com/zeshuaro/semantic-release-pub/commit/a27780ea4760b597fc5099bfe31229d592272b44))
* **deps:** update dependency eslint to v9 ([#327](https://github.com/zeshuaro/semantic-release-pub/issues/327)) ([9c7d637](https://github.com/zeshuaro/semantic-release-pub/commit/9c7d637411798e9e7ab1c8d229a55448a353a96c))
* **deps:** update dependency eslint-plugin-promise to v6.2.0 ([#357](https://github.com/zeshuaro/semantic-release-pub/issues/357)) ([6ea9180](https://github.com/zeshuaro/semantic-release-pub/commit/6ea91804ceabd915c2758076f4c3bfb526355165))
* **deps:** update typescript-eslint monorepo to v7.10.0 ([#353](https://github.com/zeshuaro/semantic-release-pub/issues/353)) ([b6f1705](https://github.com/zeshuaro/semantic-release-pub/commit/b6f1705f63d08aa9f63d3fd896df5db78b0dd1ad))
* **deps:** update typescript-eslint monorepo to v7.11.0 ([#358](https://github.com/zeshuaro/semantic-release-pub/issues/358)) ([f253112](https://github.com/zeshuaro/semantic-release-pub/commit/f253112bd289a247fbebdf4d505fb23b33e5e0ec))


### Continuous Integration

* **deps:** update codecov/codecov-action action to v4.4.1 ([#352](https://github.com/zeshuaro/semantic-release-pub/issues/352)) ([56716a9](https://github.com/zeshuaro/semantic-release-pub/commit/56716a900eee5e7bc7eff0a7545d96626b4e2688))
* **deps:** update zeshuaro/github-actions-workflows digest to c2ec562 ([#351](https://github.com/zeshuaro/semantic-release-pub/issues/351)) ([3e1b2ca](https://github.com/zeshuaro/semantic-release-pub/commit/3e1b2ca04e1d6eface768458bed3a3917766522b))

## [0.8.14](https://github.com/zeshuaro/semantic-release-pub/compare/v0.8.13...v0.8.14) (2024-05-19)


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.8.14",
"version": "0.8.15",
"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 bc29d84

Please sign in to comment.