Skip to content

Commit a276b7f

Browse files
committed
chore: release v0.0.9
1 parent db9c5e7 commit a276b7f

File tree

7 files changed

+18
-9
lines changed

7 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.9](https://github.com/yuzheng14/valype/compare/v0.0.8...v0.0.9) (2025-06-24)
2+
3+
4+
### Features
5+
6+
* **valype:** :sparkles: add type alias supported ([#25](https://github.com/yuzheng14/valype/issues/25)) ([db9c5e7](https://github.com/yuzheng14/valype/commit/db9c5e7f5d8595ab20cd51ed19aced0a0a9ef457))
7+
8+
9+
110
## [0.0.8](https://github.com/yuzheng14/valype/compare/v0.0.7...v0.0.8) (2025-06-21)
211

312

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valype-workspace",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"author": "yuzheng14 <lyuchensy@foxmail.com>",
55
"devDependencies": {
66
"@eslint/css": "^0.8.1",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-valype",
33
"type": "module",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"packageManager": "bun@1.2.15",
66
"description": "",
77
"license": "MIT",

packages/valype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valype",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"author": "yuzheng14 <lyuchensy@foxmail.com>",
55
"description": "A typescript type definition validator for javascript.",
66
"license": "MIT",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"author": "yuzheng14 <lyuchensy@foxmail.com>",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)