From f4afbea27e0f68b63e3e018d053582abee1817b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 16:41:51 +0100 Subject: [PATCH] Version Packages (#129) Co-authored-by: github-actions[bot] --- .changeset/local-git-user.md | 7 ------- .changeset/two-dolls-promise.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 .changeset/local-git-user.md delete mode 100644 .changeset/two-dolls-promise.md diff --git a/.changeset/local-git-user.md b/.changeset/local-git-user.md deleted file mode 100644 index f17ca86d..00000000 --- a/.changeset/local-git-user.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@changesets/action": minor ---- - -author: @dhruvdutt - -Setup the git user in the local config instead of the global one. diff --git a/.changeset/two-dolls-promise.md b/.changeset/two-dolls-promise.md deleted file mode 100644 index 517e1638..00000000 --- a/.changeset/two-dolls-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": minor ---- - -Added `setupGitUser` option to enable or disable setting up a default git user diff --git a/CHANGELOG.md b/CHANGELOG.md index e53797f4..5db87126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @changesets/action +## 1.1.0 + +### Minor Changes + +- [#128](https://github.com/changesets/action/pull/128) [`1937303`](https://github.com/changesets/action/commit/19373036c4bad4b0183344b6f2623a3b0e42da6c) Thanks [@dhruvdutt](https://github.com/dhruvdutt)! - Setup the git user in the local config instead of the global one. + +* [#131](https://github.com/changesets/action/pull/131) [`d3db9ec`](https://github.com/changesets/action/commit/d3db9eceaf41d42c56d5370d504c86851627188f) Thanks [@jacklesliewise](https://github.com/jacklesliewise)! - Added `setupGitUser` option to enable or disable setting up a default git user + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index aeb9cb3a..9bed01a2 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": {