Skip to content

Commit 89d78a2

Browse files
chore(release): 1.14.4 [skip ci]
## [1.14.4](v1.14.3...v1.14.4) (2025-02-26) ### Bug Fixes * **topo:** fix typo ([#629](#629)) ([a23afee](a23afee))
1 parent 2e962e2 commit 89d78a2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.14.4](https://github.com/LocalCrag/LocalCragApp/compare/v1.14.3...v1.14.4) (2025-02-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **topo:** fix typo ([#629](https://github.com/LocalCrag/LocalCragApp/issues/629)) ([a23afee](https://github.com/LocalCrag/LocalCragApp/commit/a23afeed68ff6011814f474b442e923e007cbe34))
7+
18
## [1.14.3](https://github.com/LocalCrag/LocalCragApp/compare/v1.14.2...v1.14.3) (2025-02-26)
29

310

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag-client",
3-
"version": "1.14.3",
3+
"version": "1.14.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag",
3-
"version": "1.14.3",
3+
"version": "1.14.4",
44
"devDependencies": {
55
"@semantic-release/changelog": "^6.0.3",
66
"@semantic-release/git": "^10.0.1",

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag-server",
3-
"version": "1.14.3",
3+
"version": "1.14.4",
44
"devDependencies": {
55
"lint-staged": "^15.4.3"
66
},

0 commit comments

Comments
 (0)