Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"solution": {
"broccoli-caching-writer": {
"impact": "minor",
"oldVersion": "3.0.3",
"newVersion": "3.1.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-12-14)\n\n* broccoli-caching-writer 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `broccoli-caching-writer`\n * [#101](https://github.com/ember-cli/broccoli-caching-writer/pull/101) remove unused broccoli-kitchen-sink-helpers ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `broccoli-caching-writer`\n * [#86](https://github.com/ember-cli/broccoli-caching-writer/pull/86) Shifts to using the appropriate this._inputFiles ([@acorncom](https://github.com/acorncom))\n * [#84](https://github.com/ember-cli/broccoli-caching-writer/pull/84) chore(package): update debug to version 2.5.1 ([@rwjblue](https://github.com/rwjblue))\n\n#### :memo: Documentation\n* `broccoli-caching-writer`\n * [#85](https://github.com/ember-cli/broccoli-caching-writer/pull/85) Refer to broccoli-plugin instead of broccoli-writer (deprecated) ([@joliss](https://github.com/joliss))\n\n#### :house: Internal\n* `broccoli-caching-writer`\n * [#103](https://github.com/ember-cli/broccoli-caching-writer/pull/103) setup releasing with release-plan ([@mansona](https://github.com/mansona))\n * [#100](https://github.com/ember-cli/broccoli-caching-writer/pull/100) swap to pnpm and turn on github actions ([@mansona](https://github.com/mansona))\n\n#### Committers: 4\n- Chris Manson ([@mansona](https://github.com/mansona))\n- David Baker ([@acorncom](https://github.com/acorncom))\n- Jo Liss ([@joliss](https://github.com/joliss))\n- Robert Jackson ([@rwjblue](https://github.com/rwjblue))\n"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## Release (2025-12-14)

* broccoli-caching-writer 3.1.0 (minor)

#### :rocket: Enhancement
* `broccoli-caching-writer`
* [#101](https://github.com/ember-cli/broccoli-caching-writer/pull/101) remove unused broccoli-kitchen-sink-helpers ([@mansona](https://github.com/mansona))

#### :bug: Bug Fix
* `broccoli-caching-writer`
* [#86](https://github.com/ember-cli/broccoli-caching-writer/pull/86) Shifts to using the appropriate this._inputFiles ([@acorncom](https://github.com/acorncom))
* [#84](https://github.com/ember-cli/broccoli-caching-writer/pull/84) chore(package): update debug to version 2.5.1 ([@rwjblue](https://github.com/rwjblue))

#### :memo: Documentation
* `broccoli-caching-writer`
* [#85](https://github.com/ember-cli/broccoli-caching-writer/pull/85) Refer to broccoli-plugin instead of broccoli-writer (deprecated) ([@joliss](https://github.com/joliss))

#### :house: Internal
* `broccoli-caching-writer`
* [#103](https://github.com/ember-cli/broccoli-caching-writer/pull/103) setup releasing with release-plan ([@mansona](https://github.com/mansona))
* [#100](https://github.com/ember-cli/broccoli-caching-writer/pull/100) swap to pnpm and turn on github actions ([@mansona](https://github.com/mansona))

#### Committers: 4
- Chris Manson ([@mansona](https://github.com/mansona))
- David Baker ([@acorncom](https://github.com/acorncom))
- Jo Liss ([@joliss](https://github.com/joliss))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

## master

## 3.0.0
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-caching-writer",
"version": "3.0.3",
"version": "3.1.0",
"description": "Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.",
"keywords": [
"broccoli-plugin",
Expand Down