From 7541759fa1e5a7cc520e5291c8a38cdbb50ef79d Mon Sep 17 00:00:00 2001 From: CRIMX Date: Mon, 18 Dec 2023 19:22:08 +0800 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf8651..786458b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.1](https://github.com/wopjs/tsur/compare/v0.1.0...v0.1.1) (2023-12-18) + + +### Features + +* **option:** add static isSame ([37bba43](https://github.com/wopjs/tsur/commit/37bba43712cd7ccb2d378dec350681fba17d8f7e)) + ## 0.1.0 (2023-10-18) diff --git a/package.json b/package.json index 45e8a07..e9a0772 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@wopjs/tsur", "private": true, - "version": "0.1.0", + "version": "0.1.1", "description": "TypeScript goodies inspired by Rust.", "repository": "wopjs/tsur", "main": "./index.js",