Skip to content

Commit 2efcb49

Browse files
committed
chore(release): bump version to 1.2.0
- Update deno.json version field - Update package.json version field
1 parent 0a1d0d5 commit 2efcb49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neabyte/jsonary",
33
"description": "File-based JSON database for TypeScript, with a simple query builder",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"license": "MIT",
77
"exports": "./src/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neabyte/jsonary",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "File-based JSON database for TypeScript, with a simple query builder",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)