Skip to content

Commit 4569bb2

Browse files
authored
Merge pull request #70 from ember-cli/release-preview
Prepare Release v1.5.2
2 parents 4474ea1 + cc19893 commit 4569bb2

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.release-plan.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"solution": {
3+
"hash-for-dep": {
4+
"impact": "patch",
5+
"oldVersion": "1.5.1",
6+
"newVersion": "1.5.2",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"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"
22+
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# Changelog
2+
3+
## Release (2026-02-23)
4+
5+
* hash-for-dep 1.5.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `hash-for-dep`
9+
* [#66](https://github.com/ember-cli/hash-for-dep/pull/66) remove unused dependencies ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `hash-for-dep`
13+
* [#69](https://github.com/ember-cli/hash-for-dep/pull/69) start using release-plan ([@mansona](https://github.com/mansona))
14+
* [#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))
15+
16+
#### Committers: 1
17+
- Chris Manson ([@mansona](https://github.com/mansona))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hash-for-dep",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "generates a hash that represents a module and its depenencies uniqueness",
55
"homepage": "https://github.com/ember-cli/hash-for-dep#readme",
66
"bugs": {

0 commit comments

Comments
 (0)