Skip to content

Commit

Permalink
Merge pull request #9 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Feb 9, 2024
2 parents fbb8bfd + cdd4f69 commit b6c7cd9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"solution": {
"fix-bad-declaration-output": {
"impact": "patch",
"oldVersion": "1.1.0",
"newVersion": "1.1.1",
"oldVersion": "1.1.1",
"newVersion": "1.1.2",
"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-03)\n\nfix-bad-declaration-output 1.1.1 (patch)\n\n#### :bug: Bug Fix\n* `fix-bad-declaration-output`\n * [#6](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/6) Fix extensions on exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-02-09)

fix-bad-declaration-output 1.1.2 (patch)

#### :bug: Bug Fix
* `fix-bad-declaration-output`
* [#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))

#### :house: Internal
* `fix-bad-declaration-output`
* [#10](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/10) Add more tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-02-03)

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

0 comments on commit b6c7cd9

Please sign in to comment.