File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed
Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments