Skip to content

Commit 4b99b04

Browse files
committed
✨ feat: Bump version to 0.3.0
1 parent 76fb3fe commit 4b99b04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinyeffect",
3-
"version": "0.3.0~dev",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "A tiny TypeScript library for handling side effects in a unified way using algebraic effects, offering a type-safe approach for async operations, error handling, dependency injection, and more.",
66
"keywords": [
@@ -37,11 +37,11 @@
3737
"lint:fix": "eslint --fix **/*.{js,ts} *.{cjs,mjs,cts,mts} --no-error-on-unmatched-pattern --report-unused-disable-directives-severity error --max-warnings 0",
3838
"prepare": "husky",
3939
"test": "vitest run",
40-
"test-types": "typroof",
4140
"test:cov": "vitest run --coverage --coverage.include \"src/**/!(*.proof).{js,ts}\"",
4241
"test:ui": "vitest --ui --coverage.enabled=true --coverage.include \"src/**/!(*.proof).{js,ts}\"",
4342
"test:watch": "vitest",
44-
"test:watch-cov": "vitest --coverage --coverage.include \"src/**/!(*.proof).{js,ts}\""
43+
"test:watch-cov": "vitest --coverage --coverage.include \"src/**/!(*.proof).{js,ts}\"",
44+
"test-types": "typroof"
4545
},
4646
"devDependencies": {
4747
"@commitlint/cli": "^19.7.1",

0 commit comments

Comments
 (0)