Skip to content

Commit eee630e

Browse files
committed
chore(release): v0.0.6
1 parent bebaa2d commit eee630e

File tree

7 files changed

+40
-6
lines changed

7 files changed

+40
-6
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# Changelog
22

33

4+
## v0.0.6
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Parser ([#2](https://github.com/mates-system/schemasset/pull/2))
10+
- Checker ([#3](https://github.com/mates-system/schemasset/pull/3))
11+
- Brand ([#5](https://github.com/mates-system/schemasset/pull/5))
12+
- Nuxt Module ([#6](https://github.com/mates-system/schemasset/pull/6))
13+
- Nuxt module improvement ([#9](https://github.com/mates-system/schemasset/pull/9))
14+
- Process exit when validation error on production build ([bebaa2d](https://github.com/mates-system/schemasset/commit/bebaa2d))
15+
16+
### 🩹 Fixes
17+
18+
- Checker algorithm ([#4](https://github.com/mates-system/schemasset/pull/4))
19+
20+
### 🏡 Chore
21+
22+
- Configure lint ([#1](https://github.com/mates-system/schemasset/pull/1))
23+
- Tsconfig ([f5e0d2c](https://github.com/mates-system/schemasset/commit/f5e0d2c))
24+
- Example code ([e6851f4](https://github.com/mates-system/schemasset/commit/e6851f4))
25+
- Npm config ([#8](https://github.com/mates-system/schemasset/pull/8))
26+
- **release:** V0.0.4 ([b1f74ad](https://github.com/mates-system/schemasset/commit/b1f74ad))
27+
- Update option types ([522f06f](https://github.com/mates-system/schemasset/commit/522f06f))
28+
- **release:** V0.0.5 ([e10b9e5](https://github.com/mates-system/schemasset/commit/e10b9e5))
29+
30+
### 🤖 CI
31+
32+
- Configure ([#7](https://github.com/mates-system/schemasset/pull/7))
33+
34+
### ❤️ Contributors
35+
36+
- Ubugeeei <ubuge1122@gmail.com>
37+
438
## v0.0.5
539

640

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "schemasset",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"packageManager": "pnpm@10.9.0",
66
"description": "A schema-based tool for asset file validation",
77
"author": "ubugeeei",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@schemasset/cli",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "CLI tool for schemasset - schema-based asset file validation",
66
"author": "ubugeeei",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@schemasset/core",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "Core functionality for schemasset - schema-based asset file validation",
66
"author": "ubugeeei",
77
"license": "MIT",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@schemasset/nuxt",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "Nuxt module for schemasset - schema-based asset file validation",
66
"author": "Mates System",
77
"license": "MIT",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@schemasset/schema",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "Schema definitions for schemasset - schema-based asset file validation",
66
"author": "ubugeeei",
77
"license": "MIT",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schemasset/utils",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"description": "Utility functions for schemasset",
66
"exports": {

0 commit comments

Comments
 (0)