Skip to content

Commit 43ff824

Browse files
author
Robert Jackson
committed
Release 2.8.0
1 parent 2ec981e commit 43ff824

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.8.0 (2020-05-15)
2+
3+
#### :rocket: Enhancement
4+
* [#91](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/91) Avoid setting launchEditor if no $EDITOR is setup. ([@rwjblue](https://github.com/rwjblue))
5+
* [#90](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/90) Attempt to populate `repository` info from `.git/config` ([@rwjblue](https://github.com/rwjblue))
6+
* [#87](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/87) Bump release-it from 13.5.8 to 13.6.0 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
7+
* [#86](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/86) Bump github-label-sync from 1.5.0 to 1.6.0 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
8+
9+
#### :house: Internal
10+
* [#89](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/89) Tweak CI setup a bit. ([@rwjblue](https://github.com/rwjblue))
11+
* [#88](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/88) Convert to Jest ([@rwjblue](https://github.com/rwjblue))
12+
13+
#### Committers: 2
14+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
15+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
16+
17+
118
## v2.7.0 (2020-04-28)
219

320
#### :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.7.0",
3+
"version": "2.8.0",
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)