diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb0f40..5ef05bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.7](https://github.com/sanity-io/semantic-release-preset/compare/@sanity/semantic-release-preset@4.1.6...@sanity/semantic-release-preset@4.1.7) (2024-02-26) + +### Bug Fixes + +- **deps:** update dependency semantic-release to v23 ([#112](https://github.com/sanity-io/semantic-release-preset/issues/112)) ([b475f0b](https://github.com/sanity-io/semantic-release-preset/commit/b475f0b25022afdfb1114b06053fb8b036c9df99)) + ## [4.1.6](https://github.com/sanity-io/semantic-release-preset/compare/@sanity/semantic-release-preset@4.1.5...@sanity/semantic-release-preset@4.1.6) (2023-10-24) ### Bug Fixes diff --git a/LICENSE b/LICENSE index 2689a4e..27d7441 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Sanity +Copyright (c) 2024 Sanity Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index a99a682..eaf1b67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/semantic-release-preset", - "version": "4.1.6", + "version": "4.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sanity/semantic-release-preset", - "version": "4.1.6", + "version": "4.1.7", "license": "MIT", "dependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 347e213..6ab06ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/semantic-release-preset", - "version": "4.1.6", + "version": "4.1.7", "description": "Recommended setup for releasing semantically using GitHub Actions workflows", "keywords": [ ".releaserc.json",