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
22 changes: 22 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"solution": {
"hash-for-dep": {
"impact": "patch",
"oldVersion": "1.5.1",
"newVersion": "1.5.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-02-23)\n\n* hash-for-dep 1.5.2 (patch)\n\n#### :bug: Bug Fix\n* `hash-for-dep`\n * [#66](https://github.com/ember-cli/hash-for-dep/pull/66) remove unused dependencies ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `hash-for-dep`\n * [#69](https://github.com/ember-cli/hash-for-dep/pull/69) start using release-plan ([@mansona](https://github.com/mansona))\n * [#68](https://github.com/ember-cli/hash-for-dep/pull/68) Move to Pnpm and Add a basic github actions CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Changelog

## Release (2026-02-23)

* hash-for-dep 1.5.2 (patch)

#### :bug: Bug Fix
* `hash-for-dep`
* [#66](https://github.com/ember-cli/hash-for-dep/pull/66) remove unused dependencies ([@mansona](https://github.com/mansona))

#### :house: Internal
* `hash-for-dep`
* [#69](https://github.com/ember-cli/hash-for-dep/pull/69) start using release-plan ([@mansona](https://github.com/mansona))
* [#68](https://github.com/ember-cli/hash-for-dep/pull/68) Move to Pnpm and Add a basic github actions CI ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hash-for-dep",
"version": "1.5.1",
"version": "1.5.2",
"description": "generates a hash that represents a module and its depenencies uniqueness",
"homepage": "https://github.com/ember-cli/hash-for-dep#readme",
"bugs": {
Expand Down