Skip to content

Commit 7739d2e

Browse files

File tree

43 files changed

+255
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+255
-24
lines changed

packages/api-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.1.0 (2025-11-29)
7+
8+
9+
### Features
10+
11+
* **api-client:** Add api-client ([#1043](https://github.com/ffflorian/node-packages/issues/1043)) ([68bf8b9](https://github.com/ffflorian/node-packages/commit/68bf8b9e6b9ce14dfa674fabcd34f573bab5b0cd))

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"test": "exit 0"
2828
},
2929
"type": "module",
30-
"version": "2.0.0"
30+
"version": "2.1.0"
3131
}

packages/auto-merge/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.4.0 (2025-11-29)
7+
8+
9+
### Features
10+
11+
* **api-client:** Add api-client ([#1043](https://github.com/ffflorian/node-packages/issues/1043)) ([68bf8b9](https://github.com/ffflorian/node-packages/commit/68bf8b9e6b9ce14dfa674fabcd34f573bab5b0cd))
12+
13+
14+
15+
16+
617
## 1.3.2 (2025-11-20)
718

819
**Note:** Version bump only for package @ffflorian/auto-merge

packages/auto-merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"test": "vitest run"
3939
},
4040
"type": "module",
41-
"version": "1.3.2"
41+
"version": "1.4.0"
4242
}

packages/crates-updater/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.13.0 (2025-11-29)
7+
8+
9+
### Features
10+
11+
* **api-client:** Add api-client ([#1043](https://github.com/ffflorian/tree/node-packages/crates-updater/issues/1043)) ([68bf8b9](https://github.com/ffflorian/tree/node-packages/crates-updater/commit/68bf8b9e6b9ce14dfa674fabcd34f573bab5b0cd))
12+
13+
14+
15+
16+
617
## 1.12.2 (2025-11-20)
718

819
**Note:** Version bump only for package crates-updater

packages/crates-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"start": "tsx src/cli.ts"
4040
},
4141
"type": "module",
42-
"version": "1.12.2"
42+
"version": "1.13.0"
4343
}

packages/double-linked-list/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 3.11.0 (2025-11-29)
7+
8+
9+
### Features
10+
11+
* **api-client:** Add api-client ([#1043](https://github.com/ffflorian/node-packages/issues/1043)) ([68bf8b9](https://github.com/ffflorian/node-packages/commit/68bf8b9e6b9ce14dfa674fabcd34f573bab5b0cd))
12+
13+
14+
15+
16+
617
## 3.10.2 (2025-11-20)
718

819
**Note:** Version bump only for package @ffflorian/doublelinkedlist

packages/double-linked-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"test": "vitest run"
2727
},
2828
"type": "module",
29-
"version": "3.10.2"
29+
"version": "3.11.0"
3030
}

packages/electron-icon-generator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.11.0 (2025-11-29)
7+
8+
9+
### Features
10+
11+
* **api-client:** Add api-client ([#1043](https://github.com/ffflorian/node-packages/issues/1043)) ([68bf8b9](https://github.com/ffflorian/node-packages/commit/68bf8b9e6b9ce14dfa674fabcd34f573bab5b0cd))
12+
13+
14+
15+
16+
617
## 1.10.2 (2025-11-20)
718

819
**Note:** Version bump only for package @ffflorian/electron-icon-generator

packages/electron-icon-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"test": "exit 0"
4040
},
4141
"type": "module",
42-
"version": "1.10.2"
42+
"version": "1.11.0"
4343
}

0 commit comments

Comments
 (0)