Skip to content

Commit

Permalink
Merge pull request #74 from empress/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 7, 2024
2 parents 24558aa + ab97f4a commit 31aef8e
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"broccoli-static-site-json": {
"impact": "major",
"oldVersion": "4.5.0",
"newVersion": "5.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-07)\n\nbroccoli-static-site-json 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `broccoli-static-site-json`\n * [#75](https://github.com/empress/broccoli-static-site-json/pull/75) drop support for node < 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `broccoli-static-site-json`\n * [#76](https://github.com/empress/broccoli-static-site-json/pull/76) update showdown and jsdom ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `broccoli-static-site-json`\n * [#73](https://github.com/empress/broccoli-static-site-json/pull/73) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2024-02-07)

broccoli-static-site-json 5.0.0 (major)

#### :boom: Breaking Change
* `broccoli-static-site-json`
* [#75](https://github.com/empress/broccoli-static-site-json/pull/75) drop support for node < 16 ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `broccoli-static-site-json`
* [#76](https://github.com/empress/broccoli-static-site-json/pull/76) update showdown and jsdom ([@mansona](https://github.com/mansona))

#### :house: Internal
* `broccoli-static-site-json`
* [#73](https://github.com/empress/broccoli-static-site-json/pull/73) start using release-plan ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

v4.5.0 / 2023-06-30
==================
* don't find headers in code blocks for the on-this-page #71 from @mansona
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": "broccoli-static-site-json",
"version": "4.5.0",
"version": "5.0.0",
"description": "Broccoli based static site generator that outputs a JSON:API representation of your Markdown files",
"repository": "https://github.com/empress/broccoli-static-site-json",
"license": "MIT",
Expand Down

0 comments on commit 31aef8e

Please sign in to comment.