Skip to content

Commit

Permalink
Merge pull request #10 from starbeamjs/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 20, 2024
2 parents d639b17 + fe8a959 commit cbbd755
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"esyes": {
"impact": "patch",
"oldVersion": "1.0.1",
"newVersion": "1.0.2",
"oldVersion": "1.0.2",
"newVersion": "1.0.3",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-01-03)\n\nesyes 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `esyes`\n * [#6](https://github.com/starbeamjs/esyes/pull/6) Fix the package.json as 1.0.1 was the initial release, and the package.json did not reflect this. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-01-20)\n\nesyes 1.0.3 (patch)\n\n#### :bug: Bug Fix\n* `esyes`\n * [#9](https://github.com/starbeamjs/esyes/pull/9) Add execa to 'dependencies' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## Release (2024-01-20)

esyes 1.0.3 (patch)

#### :bug: Bug Fix
* `esyes`
* [#9](https://github.com/starbeamjs/esyes/pull/9) Add execa to 'dependencies' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

esyes 1.0.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esyes",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"description": "Run your TypeScript files quickly and with more positivity.",
"license": "MIT",
"main": "./src/register.js",
Expand Down

0 comments on commit cbbd755

Please sign in to comment.