diff --git a/.changeset/local-git-user.md b/.changeset/local-git-user.md deleted file mode 100644 index b8575495..00000000 --- a/.changeset/local-git-user.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": minor ---- - -Setup the git user in the local config instead of the global one. diff --git a/CHANGELOG.md b/CHANGELOG.md index e53797f4..cdbaa55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/action +## 1.1.0 + +### Minor Changes + +- [#128](https://github.com/changesets/action/pull/128) [`1937303`](https://github.com/changesets/action/commit/19373036c4bad4b0183344b6f2623a3b0e42da6c) Thanks [@Andarist](https://github.com/Andarist)! - Setup the git user in the local config instead of the global one. + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 69a644cc..6d82cd4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.0.0", + "version": "1.1.0", "main": "dist/index.js", "license": "MIT", "devDependencies": {