Skip to content

Commit

Permalink
Merge pull request #5 from ember-native/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
patricklx authored Oct 28, 2024
2 parents 7ea10be + 11d0ef7 commit 9799f31
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"solution": {
"ember-devtools": {
"impact": "patch",
"oldVersion": "1.0.0",
"newVersion": "1.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-10-28)\n\nember-devtools 1.0.1 (patch)\n\n#### :house: Internal\n* `ember-devtools`\n * [#4](https://github.com/ember-native/ember-devtools/pull/4) fix .gitignore ([@patricklx](https://github.com/patricklx))\n * [#3](https://github.com/ember-native/ember-devtools/pull/3) fix ignore ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Changelog

## Release (2024-10-28)

ember-devtools 1.0.1 (patch)

#### :house: Internal
* `ember-devtools`
* [#4](https://github.com/ember-native/ember-devtools/pull/4) fix .gitignore ([@patricklx](https://github.com/patricklx))
* [#3](https://github.com/ember-native/ember-devtools/pull/3) fix ignore ([@patricklx](https://github.com/patricklx))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-devtools",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git@github.com:ember-native/ember-devtools.git"
Expand Down

0 comments on commit 9799f31

Please sign in to comment.