Skip to content

Commit

Permalink
chore: release conventional-changelog-writer 8.0.0 (#1244)
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>
Co-authored-by: Dan Onoshko <danon0404@gmail.com>
  • Loading branch information
github-actions[bot] and dangreen committed Apr 26, 2024
1 parent c7459cd commit 533e362
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Expand Up @@ -4,7 +4,7 @@
"packages/conventional-changelog": "5.1.0",
"packages/conventional-commits-parser": "6.0.0",
"packages/git-raw-commits": "5.0.0",
"packages/conventional-changelog-writer": "7.0.1",
"packages/conventional-changelog-writer": "8.0.0",
"packages/conventional-changelog-jshint": "5.0.0",
"packages/conventional-changelog-jquery": "5.0.0",
"packages/conventional-changelog-express": "5.0.0",
Expand Down
27 changes: 27 additions & 0 deletions packages/conventional-changelog-writer/CHANGELOG.md
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer-v7.0.1...conventional-changelog-writer-v8.0.0) (2024-04-26)


### ⚠ BREAKING CHANGES

* Node >= 18 is required
* **conventional-changelog-writer:** `formatDate` option ([#1189](https://github.com/conventional-changelog/conventional-changelog/issues/1189))
* **conventional-changelog-writer:** align methods with other packages ([#1182](https://github.com/conventional-changelog/conventional-changelog/issues/1182))
* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178))
* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150))
* Now all packages, except gulp-conventional-changelog, are ESM-only.

### Features

* **conventional-changelog-writer:** `formatDate` option ([#1189](https://github.com/conventional-changelog/conventional-changelog/issues/1189)) ([8c4bbbe](https://github.com/conventional-changelog/conventional-changelog/commit/8c4bbbe2945a23bd3660a2dbfe1b497fda03afa4)), closes [#1186](https://github.com/conventional-changelog/conventional-changelog/issues/1186)
* **conventional-changelog-writer:** align methods with other packages ([#1182](https://github.com/conventional-changelog/conventional-changelog/issues/1182)) ([7b13ec9](https://github.com/conventional-changelog/conventional-changelog/commit/7b13ec9afcbe7afc24ce47af805c339ba7f0276f))
* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715))
* **conventional-changelog-writer:** timeZone option ([#1162](https://github.com/conventional-changelog/conventional-changelog/issues/1162)) ([27f3642](https://github.com/conventional-changelog/conventional-changelog/commit/27f36422fdeb9a855c26ceac6d80896af0918764))
* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) ([e0c7b06](https://github.com/conventional-changelog/conventional-changelog/commit/e0c7b060202100ab82d858986ce43ba1b310d496))
* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff))
* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2))


### Bug Fixes

* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b))

## [7.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer-v7.0.0...conventional-changelog-writer-v7.0.1) (2023-09-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
@@ -1,7 +1,7 @@
{
"name": "conventional-changelog-writer",
"type": "module",
"version": "7.0.1",
"version": "8.0.0",
"description": "Write logs based on conventional commits and templates.",
"author": {
"name": "Steve Mao",
Expand Down

0 comments on commit 533e362

Please sign in to comment.