Skip to content

Commit

Permalink
Merge pull request #5 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Feb 1, 2024
2 parents 6c42c4a + f53e5bb commit befb52d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"fix-bad-declaration-output": {
"impact": "minor",
"oldVersion": "1.0.3",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-01)\n\nfix-bad-declaration-output 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `fix-bad-declaration-output`\n * [#4](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/4) Add option to remove all references ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#3](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/3) Account for https://github.com/typed-ember/glint/issues/697 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `fix-bad-declaration-output`\n * [#2](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/2) Setup release-plan -- Requires https://github.com/embroider-build/release-plan/pull/47 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Changelog

## Release (2024-02-01)

fix-bad-declaration-output 1.1.0 (minor)

#### :rocket: Enhancement
* `fix-bad-declaration-output`
* [#4](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/4) Add option to remove all references ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#3](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/3) Account for https://github.com/typed-ember/glint/issues/697 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `fix-bad-declaration-output`
* [#2](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/2) Setup release-plan -- Requires https://github.com/embroider-build/release-plan/pull/47 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fix-bad-declaration-output",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [],
"repository": {
"type": "git",
Expand Down

0 comments on commit befb52d

Please sign in to comment.