Skip to content

Commit 2aa177c

Browse files
authored
Merge pull request #99 from ember-cli/release-preview
Prepare Release
2 parents 6706ca8 + 533f900 commit 2aa177c

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.release-plan.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"babel-plugin-debug-macros": {
4+
"impact": "patch",
5+
"oldVersion": "1.0.0",
6+
"newVersion": "1.0.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :memo: Documentation"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./package.json"
18+
}
19+
},
20+
"description": "## Release (2024-07-11)\n\nbabel-plugin-debug-macros 1.0.1 (patch)\n\n#### :memo: Documentation\n* `babel-plugin-debug-macros`\n * [#97](https://github.com/ember-cli/babel-plugin-debug-macros/pull/97) docs(README.md)/ Fix a typo in the name of the plugin ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### :house: Internal\n* `babel-plugin-debug-macros`\n * [#100](https://github.com/ember-cli/babel-plugin-debug-macros/pull/100) remove security warnings from github ([@mansona](https://github.com/mansona))\n * [#98](https://github.com/ember-cli/babel-plugin-debug-macros/pull/98) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n"
21+
}

CHANGELOG.md

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

3+
## Release (2024-07-11)
4+
5+
babel-plugin-debug-macros 1.0.1 (patch)
6+
7+
#### :memo: Documentation
8+
* `babel-plugin-debug-macros`
9+
* [#97](https://github.com/ember-cli/babel-plugin-debug-macros/pull/97) docs(README.md)/ Fix a typo in the name of the plugin ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
10+
11+
#### :house: Internal
12+
* `babel-plugin-debug-macros`
13+
* [#100](https://github.com/ember-cli/babel-plugin-debug-macros/pull/100) remove security warnings from github ([@mansona](https://github.com/mansona))
14+
* [#98](https://github.com/ember-cli/babel-plugin-debug-macros/pull/98) start using release-plan ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 2
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
19+
320

421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-debug-macros",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Debug macros and feature flag stripping",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)