Skip to content

Commit bbd89f5

Browse files
committed
v0.1.0
1 parent eb2bb1a commit bbd89f5

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## v0.1.0 (2022-10-28)
4+
5+
#### :rocket: Enhancement
6+
* [#14](https://github.com/mainmatter/ember-api-actions/pull/14) Import `customAction()` function from crates.io ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### :house: Internal
9+
* [#15](https://github.com/mainmatter/ember-api-actions/pull/15) Rename to `@mainmatter/ember-api-actions` ([@Turbo87](https://github.com/Turbo87))
10+
* [#13](https://github.com/mainmatter/ember-api-actions/pull/13) CI: Run `npm publish` for pushed tags ([@Turbo87](https://github.com/Turbo87))
11+
* [#12](https://github.com/mainmatter/ember-api-actions/pull/12) scripts: Set `test` script to only run `ember test` ([@Turbo87](https://github.com/Turbo87))
12+
* [#8](https://github.com/mainmatter/ember-api-actions/pull/8) CI: Pin action versions ([@Turbo87](https://github.com/Turbo87))
13+
* [#4](https://github.com/mainmatter/ember-api-actions/pull/4) Adjust Renovate setup ([@Turbo87](https://github.com/Turbo87))
14+
* [#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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mainmatter/ember-api-actions",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"
@@ -79,7 +79,9 @@
7979
},
8080
"pnpm": {
8181
"peerDependencyRules": {
82-
"ignoreMissing": ["@babel/core"]
82+
"ignoreMissing": [
83+
"@babel/core"
84+
]
8385
}
8486
}
8587
}

0 commit comments

Comments
 (0)