Skip to content

Commit 575dd16

Browse files
author
Robert Jackson
committed
Release 2.9.1
1 parent 27f4997 commit 575dd16

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v2.9.1 (2020-06-29)
2+
3+
#### :bug: Bug Fix
4+
* [#108](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/108) Update generated RELEASE.md guidance. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :memo: Documentation
7+
* [#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))
8+
9+
#### :house: Internal
10+
* [#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))
11+
* [#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))
12+
13+
#### Committers: 3
14+
- Jan Buschtöns ([@buschtoens](https://github.com/buschtoens))
15+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
16+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
17+
18+
119
## v2.9.0 (2020-05-20)
220

321
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rwjblue-release-it-setup",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Simple npm init / yarn create bin package to add release-it setup used by rwjblue",
55
"keywords": [],
66
"repository": "https://github.com/rwjblue/create-rwjblue-release-it-setup",

0 commit comments

Comments
 (0)