Skip to content

Commit 1980caf

Browse files
chore(release): 1.22.0 [skip ci]
# [1.22.0](v1.21.0...v1.22.0) (2025-10-01) ### Features * **topo:** add laydown start ([#768](#768)) ([7ea6fda](7ea6fda)) * **topo:** configurable default starting position ([#769](#769)) ([10940b4](10940b4))
1 parent 91ec44c commit 1980caf

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.22.0](https://github.com/LocalCrag/LocalCragApp/compare/v1.21.0...v1.22.0) (2025-10-01)
2+
3+
4+
### Features
5+
6+
* **topo:** add laydown start ([#768](https://github.com/LocalCrag/LocalCragApp/issues/768)) ([7ea6fda](https://github.com/LocalCrag/LocalCragApp/commit/7ea6fdae4fb64bc2175ec018c6a52d0b0c2868c3))
7+
* **topo:** configurable default starting position ([#769](https://github.com/LocalCrag/LocalCragApp/issues/769)) ([10940b4](https://github.com/LocalCrag/LocalCragApp/commit/10940b40db6164f6abe509c86f71a9a1a2aad4c0))
8+
19
# [1.21.0](https://github.com/LocalCrag/LocalCragApp/compare/v1.20.0...v1.21.0) (2025-09-29)
210

311

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag-client",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"devDependencies": {
55
"@semantic-release/changelog": "^6.0.3",
66
"@semantic-release/git": "^10.0.1",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag-server",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"devDependencies": {
55
"lint-staged": "^15.4.3"
66
},

0 commit comments

Comments
 (0)