Skip to content

Commit

Permalink
Merge pull request #99 from ember-cli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jul 11, 2024
2 parents 6706ca8 + 533f900 commit 2aa177c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"babel-plugin-debug-macros": {
"impact": "patch",
"oldVersion": "1.0.0",
"newVersion": "1.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Release (2024-07-11)

babel-plugin-debug-macros 1.0.1 (patch)

#### :memo: Documentation
* `babel-plugin-debug-macros`
* [#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))

#### :house: Internal
* `babel-plugin-debug-macros`
* [#100](https://github.com/ember-cli/babel-plugin-debug-macros/pull/100) remove security warnings from github ([@mansona](https://github.com/mansona))
* [#98](https://github.com/ember-cli/babel-plugin-debug-macros/pull/98) start using release-plan ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))




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": "babel-plugin-debug-macros",
"version": "1.0.0",
"version": "1.0.1",
"description": "Debug macros and feature flag stripping",
"keywords": [
"babel",
Expand Down

0 comments on commit 2aa177c

Please sign in to comment.