@dudousxd/nestjs-codegen 0.25.1 → 0.25.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @dudousxd/nestjs-codegen
2
2
 
3
+ ## 0.25.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b32fb5c: Correct the script name referenced in the `sync-version` header comment (`version-packages`, not `changeset:version`).
8
+
3
9
  ## 0.25.1
4
10
 
5
11
  ### Patch Changes
package/dist/cli/main.cjs CHANGED
@@ -5299,7 +5299,7 @@ async function watch(config, onChange, options = {}) {
5299
5299
  }
5300
5300
 
5301
5301
  // src/index.ts
5302
- var VERSION = "0.25.1";
5302
+ var VERSION = "0.25.2";
5303
5303
 
5304
5304
  // src/cli/codegen.ts
5305
5305
  async function runCodegen(opts = {}) {