From 419905735f073c1cca12ec2ec8b038300850ce71 Mon Sep 17 00:00:00 2001 From: jarvisjiang Date: Thu, 1 Aug 2024 12:02:54 +0000 Subject: [PATCH] v1.2.0 --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 7570106..e10896a 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@happy-js/happy-rusty", - "version": "1.1.2", + "version": "1.2.0", "exports": "./src/mod.ts", "publish": { "include": [ diff --git a/package.json b/package.json index 3aee36c..fea4ecd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Porting some excellent design implementations from Rust to JavaScript.", "author": "jiang115jie@gmail.com", "license": "GPL-3.0", - "version": "1.1.2", + "version": "1.2.0", "type": "module", "source": "src/mod.ts", "main": "dist/main.cjs",