@fuf-stack/project-cli-tools 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.13](https://github.com/fuf-stack/ts-project-setup/compare/project-cli-tools-v1.0.12...project-cli-tools-v1.0.13) (2025-11-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **project-cli-tools:** update dependency nodemon to v3.1.11 ([#911](https://github.com/fuf-stack/ts-project-setup/issues/911)) ([97a37f7](https://github.com/fuf-stack/ts-project-setup/commit/97a37f7b5749997a873cae9eeb341ba028f922eb))
12
+ * **project-cli-tools:** update dependency turbo to v2.6.1 ([#908](https://github.com/fuf-stack/ts-project-setup/issues/908)) ([9b03c5d](https://github.com/fuf-stack/ts-project-setup/commit/9b03c5d288d5f64d9413ffef089faa4c4425dc07))
13
+ * **project-cli-tools:** update dependency wait-on to v9.0.2 ([#901](https://github.com/fuf-stack/ts-project-setup/issues/901)) ([6eec8b9](https://github.com/fuf-stack/ts-project-setup/commit/6eec8b96ba9719d0cba715d8500979c2e3a44c9b))
14
+ * **project-cli-tools:** update dependency wait-on to v9.0.3 ([#903](https://github.com/fuf-stack/ts-project-setup/issues/903)) ([8e4605c](https://github.com/fuf-stack/ts-project-setup/commit/8e4605ca8f9559c899d79e808d996a30a53bb1f5))
15
+
6
16
  ## [1.0.12](https://github.com/fuf-stack/ts-project-setup/compare/project-cli-tools-v1.0.11...project-cli-tools-v1.0.12) (2025-11-05)
7
17
 
8
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuf-stack/project-cli-tools",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "shared cli tools commonly used in a Fröhlich ∧ Frei repo",
5
5
  "author": "Fröhlich ∧ Frei",
6
6
  "homepage": "https://github.com/fuf-stack/ts-project-setup#readme",
@@ -27,9 +27,9 @@
27
27
  "commitizen": "4.3.1",
28
28
  "husky": "9.1.7",
29
29
  "lint-staged": "16.2.6",
30
- "nodemon": "3.1.10",
31
- "turbo": "2.6.0",
32
- "wait-on": "9.0.1"
30
+ "nodemon": "3.1.11",
31
+ "turbo": "2.6.1",
32
+ "wait-on": "9.0.3"
33
33
  },
34
- "gitHead": "5748673286f37eb50a44a120082d3b0bc9f67de1"
34
+ "gitHead": "97a0148bd54df60172ce1faa1bf6a3bfadfaedfa"
35
35
  }