Skip to content

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 29, 2020
1 parent 27f4997 commit 575dd16
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v2.9.1 (2020-06-29)

#### :bug: Bug Fix
* [#108](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/108) Update generated RELEASE.md guidance. ([@rwjblue](https://github.com/rwjblue))

#### :memo: Documentation
* [#103](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/103) Update `README.md` and `RELEASE.md` to explain `GITHUB_AUTH` environment variable ([@buschtoens](https://github.com/buschtoens))

#### :house: Internal
* [#109](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/109) Increase timeout for end-to-end acceptance test. ([@rwjblue](https://github.com/rwjblue))
* [#106](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/106) Migrate to Jest property matchers to ensure dependabot updates pass. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 3
- Jan Buschtöns ([@buschtoens](https://github.com/buschtoens))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v2.9.0 (2020-05-20)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rwjblue-release-it-setup",
"version": "2.9.0",
"version": "2.9.1",
"description": "Simple npm init / yarn create bin package to add release-it setup used by rwjblue",
"keywords": [],
"repository": "https://github.com/rwjblue/create-rwjblue-release-it-setup",
Expand Down

0 comments on commit 575dd16

Please sign in to comment.