Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Nov 23, 2020
1 parent 183f062 commit f8ce7ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## v0.1.2 (2020-11-23)

#### :bug: Bug Fix
* [#7](https://github.com/jelhan/create-github-actions-setup-for-ember-addon/pull/7) CI should run only once per commit ([@jelhan](https://github.com/jelhan))

#### :house: Internal
* [#8](https://github.com/jelhan/create-github-actions-setup-for-ember-addon/pull/8) run own CI only once per pull request ([@jelhan](https://github.com/jelhan))

#### Committers: 1
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))

## v0.1.1 (2020-11-22)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "create-github-actions-setup-for-ember-addon",
"version": "0.1.1",
"version": "0.1.2",
"description": "Setup GitHub Actions for an Ember Addon",
"repository": "https://github.com/jelhan/create-github-actions-setup-for-ember-addon.git",
"license": "MIT",
Expand Down

0 comments on commit f8ce7ee

Please sign in to comment.