Skip to content

Commit b43a75c

Browse files
committed
Release 0.3.0
1 parent eaa280f commit b43a75c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.3.0 (2020-12-06)
4+
5+
#### :rocket: Enhancement
6+
* [#23](https://github.com/jelhan/create-github-actions-setup-for-ember-addon/pull/23) Improved readability of created workflow ([@ijlee2](https://github.com/ijlee2))
7+
* [#20](https://github.com/jelhan/create-github-actions-setup-for-ember-addon/pull/20) Simplify node version upgrades by defining it once in created workflow ([@jelhan](https://github.com/jelhan))
8+
9+
#### Committers: 2
10+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
11+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
12+
313
## v0.2.1 (2020-12-02)
414

515
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-github-actions-setup-for-ember-addon",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Setup GitHub Actions for an Ember Addon",
55
"repository": "https://github.com/jelhan/create-github-actions-setup-for-ember-addon.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)