Skip to content

Commit 56c9add

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent aa6e636 commit 56c9add

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"babel-remove-types": {
4-
"impact": "minor",
5-
"oldVersion": "1.0.2",
6-
"newVersion": "1.1.0",
4+
"impact": "patch",
5+
"oldVersion": "1.1.0",
6+
"newVersion": "1.1.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2026-01-05)\n\nbabel-remove-types 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `babel-remove-types`\n * [#10](https://github.com/ember-cli/babel-remove-types/pull/10) Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n\n#### Committers: 1\n- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n"
16+
"description": "## Release (2026-01-17)\n\nbabel-remove-types 1.1.1 (patch)\n\n#### :house: Internal\n* `babel-remove-types`\n * [#9](https://github.com/ember-cli/babel-remove-types/pull/9) Test Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n\n#### Committers: 1\n- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2026-01-17)
4+
5+
babel-remove-types 1.1.1 (patch)
6+
7+
#### :house: Internal
8+
* `babel-remove-types`
9+
* [#9](https://github.com/ember-cli/babel-remove-types/pull/9) Test Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
10+
11+
#### Committers: 1
12+
- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
13+
314
## Release (2026-01-05)
415

516
babel-remove-types 1.1.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-remove-types",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"keywords": [
55
"typescript",
66
"babel",

0 commit comments

Comments
 (0)