diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b0dc6..30af7a3 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. +## [2.0.5](https://github.com/sanity-io/semantic-release-preset/compare/v2.0.4...v2.0.5) (2023-01-01) + +### Bug Fixes + +- **deps:** lock file maintenance ([#39](https://github.com/sanity-io/semantic-release-preset/issues/39)) ([bcdd373](https://github.com/sanity-io/semantic-release-preset/commit/bcdd373d549e4a4dd3767e33fb3a7c6219a41e53)) + ## [2.0.4](https://github.com/sanity-io/semantic-release-preset/compare/v2.0.3...v2.0.4) (2022-12-16) ### Bug Fixes diff --git a/LICENSE b/LICENSE index 498a407..2689a4e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Sanity +Copyright (c) 2023 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 e149be0..c38d645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/semantic-release-preset", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sanity/semantic-release-preset", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "dependencies": { "@semantic-release/changelog": "6.0.2", diff --git a/package.json b/package.json index 6695899..bd072ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/semantic-release-preset", - "version": "2.0.4", + "version": "2.0.5", "description": "Recommended setup for releasing semantically using GitHub Actions workflows", "keywords": [ ".releaserc.json",