Skip to content

Commit 6c26fb9

Browse files
committed
v0.1.1
1 parent 0a36c9d commit 6c26fb9

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.1.1 (2022-10-28)
4+
5+
#### :house: Internal
6+
* [#19](https://github.com/mainmatter/ember-api-actions/pull/19) npmignore: Add more unnecessary files ([@Turbo87](https://github.com/Turbo87))
7+
* [#18](https://github.com/mainmatter/ember-api-actions/pull/18) ember-cli-htmlbars: Move to `devDependencies` ([@Turbo87](https://github.com/Turbo87))
8+
* [#16](https://github.com/mainmatter/ember-api-actions/pull/16) Add missing `access: public` publish config ([@Turbo87](https://github.com/Turbo87))
9+
* [#17](https://github.com/mainmatter/ember-api-actions/pull/17) ESLint: Declare `release-it` config as CommonJS file ([@Turbo87](https://github.com/Turbo87))
10+
311
## v0.1.0 (2022-10-28)
412

513
#### :rocket: Enhancement
@@ -12,7 +20,3 @@
1220
* [#8](https://github.com/mainmatter/ember-api-actions/pull/8) CI: Pin action versions ([@Turbo87](https://github.com/Turbo87))
1321
* [#4](https://github.com/mainmatter/ember-api-actions/pull/4) Adjust Renovate setup ([@Turbo87](https://github.com/Turbo87))
1422
* [#2](https://github.com/mainmatter/ember-api-actions/pull/2) CI: Migrate to pnpm ([@Turbo87](https://github.com/Turbo87))
15-
16-
#### Committers: 1
17-
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
18-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mainmatter/ember-api-actions",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)