Skip to content

Commit 1570736

Browse files
committed
bump v1.4.0 + ignore test files in dist
1 parent 20b7011 commit 1570736

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules/
22
/.parcel-cache/
33
*.DS_Store
4+
dist/**/*.test.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chelonia/lib",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Library for building Chelonia applications",
55
"main": "dist/cjs/index.cjs",
66
"types": "dist/cjs/index.d.cts",

0 commit comments

Comments
 (0)