Skip to content

Commit

Permalink
Merge pull request #12 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Mar 19, 2024
2 parents a2cd103 + 883f121 commit e4e942a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"fix-bad-declaration-output": {
"impact": "patch",
"oldVersion": "1.1.1",
"newVersion": "1.1.2",
"oldVersion": "1.1.2",
"newVersion": "1.1.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-09)\n\nfix-bad-declaration-output 1.1.2 (patch)\n\n#### :bug: Bug Fix\n* `fix-bad-declaration-output`\n * [#8](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/8) Update fixer for TS#56571 to remove all References ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `fix-bad-declaration-output`\n * [#10](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/10) Add more tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"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"
}
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-19)

fix-bad-declaration-output 1.1.3 (patch)

#### :bug: Bug Fix
* `fix-bad-declaration-output`
* [#11](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/11) Support inline imports ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## Release (2024-02-09)

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

0 comments on commit e4e942a

Please sign in to comment.