Skip to content

Commit f87a4e7

Browse files
chore(release): bump version to 0.3.0 [skip ci] (#20)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f7b7fd commit f87a4e7

3 files changed

Lines changed: 55 additions & 55 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thaterror",
33
"private": true,
4-
"version": "0.2.13",
4+
"version": "0.3.0",
55
"workspaces": [
66
"packages/*"
77
],

packages/core/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "@thaterror/core",
3-
"version": "0.2.13",
4-
"description": "",
5-
"main": "src/index.ts",
6-
"type": "module",
7-
"licenses": [
8-
{
9-
"url": "https://github.com/tarnishablec/thaterror/blob/main/LICENSE"
10-
}
11-
],
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/tarnishablec/thaterror.git"
15-
},
16-
"exports": {
17-
".": {
18-
"import": "./src/index.ts"
19-
}
20-
},
21-
"files": [
22-
"src",
23-
"package.json",
24-
"README.md"
25-
],
26-
"devDependencies": {
27-
"hono": "^4.11.3",
28-
"neverthrow": "^8.2.0",
29-
"pino": "^10.1.0"
30-
},
31-
"publishConfig": {
32-
"access": "public"
2+
"name": "@thaterror/core",
3+
"version": "0.3.0",
4+
"description": "",
5+
"main": "src/index.ts",
6+
"type": "module",
7+
"licenses": [
8+
{
9+
"url": "https://github.com/tarnishablec/thaterror/blob/main/LICENSE"
3310
}
11+
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/tarnishablec/thaterror.git"
15+
},
16+
"exports": {
17+
".": {
18+
"import": "./src/index.ts"
19+
}
20+
},
21+
"files": [
22+
"src",
23+
"package.json",
24+
"README.md"
25+
],
26+
"devDependencies": {
27+
"hono": "^4.11.3",
28+
"neverthrow": "^8.2.0",
29+
"pino": "^10.1.0"
30+
},
31+
"publishConfig": {
32+
"access": "public"
33+
}
3434
}
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "@thaterror/pino-serializer",
3-
"version": "0.2.13",
4-
"module": "src/index.ts",
5-
"type": "module",
6-
"private": true,
7-
"devDependencies": {
8-
"@types/bun": "latest"
9-
},
10-
"main": "src/index.ts",
11-
"exports": {
12-
".": {
13-
"default": "./src/index.ts"
14-
}
15-
},
16-
"files": [
17-
"src",
18-
"package.json",
19-
"README.md"
20-
],
21-
"peerDependencies": {
22-
"pino": "^10.1.0",
23-
"typescript": "^5.9.3",
24-
"@thaterror/core": "workspace:*"
2+
"name": "@thaterror/pino-serializer",
3+
"version": "0.3.0",
4+
"module": "src/index.ts",
5+
"type": "module",
6+
"private": true,
7+
"devDependencies": {
8+
"@types/bun": "latest"
9+
},
10+
"main": "src/index.ts",
11+
"exports": {
12+
".": {
13+
"default": "./src/index.ts"
2514
}
15+
},
16+
"files": [
17+
"src",
18+
"package.json",
19+
"README.md"
20+
],
21+
"peerDependencies": {
22+
"pino": "^10.1.0",
23+
"typescript": "^5.9.3",
24+
"@thaterror/core": "workspace:*"
25+
}
2626
}

0 commit comments

Comments
 (0)