Skip to content

Commit

Permalink
Release v7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.0](v6.0.5...v7.0.0) (2023-10-01)

### ⚠ Breaking changes

* preset now exports preset config factory function. See conventional-changelog/conventional-changelog#1045.

### ✨ Features

* update preset interface ([c1bd57d](c1bd57d))

### ⚙️ Continuous Integrations

* **action:** use lts node version in test workflow ([7f779d6](7f779d6))

### ♻️ Chores

* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v9.2.1 ([#94](#94)) ([1eef3d0](1eef3d0))
* **deps:** update semantic-release monorepo (major) ([#95](#95)) [skip ci] ([532019c](532019c))
  • Loading branch information
semantic-release-bot committed Oct 1, 2023
1 parent 1eef3d0 commit d14aa67
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [7.0.0](https://github.com/insurgent-lab/conventional-changelog-preset/compare/v6.0.5...v7.0.0) (2023-10-01)


### ⚠ Breaking changes

* preset now exports preset config factory function. See conventional-changelog/conventional-changelog#1045.

### ✨ Features

* update preset interface ([c1bd57d](https://github.com/insurgent-lab/conventional-changelog-preset/commit/c1bd57d47883314a8eb5f6c4b58eab80580361dc))


### ⚙️ Continuous Integrations

* **action:** use lts node version in test workflow ([7f779d6](https://github.com/insurgent-lab/conventional-changelog-preset/commit/7f779d6a835e4755a100de14991ef401d2290323))


### ♻️ Chores

* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v9.2.1 ([#94](https://github.com/insurgent-lab/conventional-changelog-preset/issues/94)) ([1eef3d0](https://github.com/insurgent-lab/conventional-changelog-preset/commit/1eef3d027932dda4bcecb6b7eee04e0f59106741))
* **deps:** update semantic-release monorepo (major) ([#95](https://github.com/insurgent-lab/conventional-changelog-preset/issues/95)) [skip ci] ([532019c](https://github.com/insurgent-lab/conventional-changelog-preset/commit/532019c60885c0065c20ea10c13c480facfa88db))

## [6.0.5](https://github.com/insurgent-lab/conventional-changelog-preset/compare/v6.0.4...v6.0.5) (2023-09-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@insurgentlab/conventional-changelog-preset",
"description": "conventional-changelog preset",
"version": "6.0.5",
"version": "7.0.0",
"author": "Pierre Vanduynslager",
"maintainers": [
"Pierre Cavin <me@sherlox.io>"
Expand Down

0 comments on commit d14aa67

Please sign in to comment.