Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 17, 2022
1 parent 195fdcf commit 8d37842
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/sanity-io/semantic-release-preset/compare/v1.1.4...v2.0.0) (2022-08-17)

### ⚠ BREAKING CHANGES

- this preset used the angular commit convention previously, from now on it's conventional commits so we match our commitlint and other semantic release setups.

### Features

- switch to conventional commits ([#9](https://github.com/sanity-io/semantic-release-preset/issues/9)) ([195fdcf](https://github.com/sanity-io/semantic-release-preset/commit/195fdcf232e8ce088fd6835c962aa2b48b36fed0))

### Bug Fixes

- add note in TODO about docs ([0b6ecdc](https://github.com/sanity-io/semantic-release-preset/commit/0b6ecdcba08114dc86c9d77ef9f3c893e192cf93))

## [1.1.4](https://github.com/sanity-io/semantic-release-preset/compare/v1.1.3...v1.1.4) (2022-08-17)

### Bug Fixes
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,6 +1,6 @@
{
"name": "@sanity/semantic-release-preset",
"version": "1.1.4",
"version": "2.0.0",
"description": "Recommended setup for releasing semantically using GitHub Actions workflows",
"keywords": [
".releaserc.json",
Expand Down

0 comments on commit 8d37842

Please sign in to comment.