Skip to content

Commit

Permalink
Merge pull request #14 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Mar 20, 2024
2 parents a690e6d + 024f895 commit 6177613
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"fix-bad-declaration-output": {
"impact": "patch",
"oldVersion": "1.1.2",
"newVersion": "1.1.3",
"oldVersion": "1.1.3",
"newVersion": "1.1.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-03-19)\n\nfix-bad-declaration-output 1.1.3 (patch)\n\n#### :bug: Bug Fix\n* `fix-bad-declaration-output`\n * [#11](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/11) Support inline imports ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
"description": "## Release (2024-03-20)\n\nfix-bad-declaration-output 1.1.4 (patch)\n\n#### :bug: Bug Fix\n* `fix-bad-declaration-output`\n * [#13](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/13) Support export * for https://github.com/typed-ember/glint/issues/628 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-03-20)

fix-bad-declaration-output 1.1.4 (patch)

#### :bug: Bug Fix
* `fix-bad-declaration-output`
* [#13](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/13) Support export * for https://github.com/typed-ember/glint/issues/628 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-03-19)

fix-bad-declaration-output 1.1.3 (patch)
Expand Down
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.1.3",
"version": "1.1.4",
"keywords": [],
"repository": {
"type": "git",
Expand Down

0 comments on commit 6177613

Please sign in to comment.