diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9e7f89c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ + + +# 📓 Changelog + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.1.1](https://github.com/sanity-io/sanity-studio-secrets/compare/v0.1.0...v0.1.1) (2022-11-22) + +### Bug Fixes + +- **ci:** publish using semantic-release ([05b0bc0](https://github.com/sanity-io/sanity-studio-secrets/commit/05b0bc04ee772ef74acc783d3fe4cdbad16f05b8)) +- **docs:** studio-v2 notice ([c51998c](https://github.com/sanity-io/sanity-studio-secrets/commit/c51998ce081e22b306bef639569b6d35779812de)) diff --git a/LICENSE b/LICENSE index 3a5fcb0..444f6ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Rune Botten +Copyright (c) 2022 Rune Botten 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 6e96147..2d0ab96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-secrets", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sanity-secrets", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@sanity/client": "^3.2.0", diff --git a/package.json b/package.json index 440d8f9..3392baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-secrets", - "version": "0.1.0", + "version": "0.1.1", "homepage": "https://sanity.io", "bugs": { "url": "https://github.com/sanity-io/sanity-studio-secrets/issues"