Skip to content

Commit b094452

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-04-20) ### Bug Fixes * add semantic-release Git plugin to update package.json after releases ([0298fd5](0298fd5)) * configure semantic-release to respect initial version ([3d67784](3d67784)) * ensure test-utils package maintains 0.1.x versioning ([9d7d701](9d7d701)) * force version bump for test-utils package ([f1dba5a](f1dba5a)) * implement proper semver handling for 0.x versions with future minor increments ([0577ea1](0577ea1)) * improve exports for test-utils package ([4e93091](4e93091)) * **mcp:** force version 0.1.0 for MCP package ([1c128f4](1c128f4)) * missing npm token ([cadc497](cadc497)) * resolve semantic-release version issues and GitHub permissions ([7750c58](7750c58)) * synchronize MCP package versioning with the same approach as test-utils ([5304615](5304615)) * **test-utils:** significant change to force version bump ([d6f94c9](d6f94c9)) ### Features * add manual force release functionality to workflow ([328af96](328af96)) ### Reverts * Revert "NPM Launch Support. ([#31](#31))" ([#32](#32)) ([e648ee0](e648ee0))
1 parent 2f63bad commit b094452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xava-labs/test-utils",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Testing utilities for xava-labs projects",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)