Skip to content

Commit 83631d1

Browse files
committedAug 24, 2023
chore(release): 4.1.4 [skip ci]

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [4.1.4](https://github.com/sanity-io/semantic-release-preset/compare/@sanity/semantic-release-preset@4.1.3...@sanity/semantic-release-preset@4.1.4) (2023-08-24)
9+
10+
### Bug Fixes
11+
12+
- add provenance ([cf35960](https://github.com/sanity-io/semantic-release-preset/commit/cf359604710e1feed999218780e4ec48c83cee3a))
13+
- turn off success comments for now ([ebf2846](https://github.com/sanity-io/semantic-release-preset/commit/ebf2846f652cf82d050839f15e0d636b106a9302))
14+
- use tagFormat for monorepos ([81edfff](https://github.com/sanity-io/semantic-release-preset/commit/81edfff2597094ec808e6761a45a8f0ebfbb8c88))
15+
816
## [4.1.4-canary.2](https://github.com/sanity-io/semantic-release-preset/compare/@sanity/semantic-release-preset@4.1.4-canary.1...@sanity/semantic-release-preset@4.1.4-canary.2) (2023-08-24)
917

1018
### Bug Fixes

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/semantic-release-preset",
3-
"version": "4.1.4-canary.2",
3+
"version": "4.1.4",
44
"description": "Recommended setup for releasing semantically using GitHub Actions workflows",
55
"keywords": [
66
".releaserc.json",

0 commit comments

Comments
 (0)
Please sign in to comment.