From ff96e1ed868029eb745a6fee6a78fbc2822b4822 Mon Sep 17 00:00:00 2001 From: CRIMX Date: Wed, 13 Nov 2024 10:23:06 +0800 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57948fb..3809e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -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. +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [0.1.4](https://github.com/wopjs/tsur/compare/v0.1.3...v0.1.4) (2024-11-13) + + +### Features + +* **option:** add option static unwrapOr ([fc08856](https://github.com/wopjs/tsur/commit/fc088568beb892807e4996b1d8531a8e3ca34fae)) ### [0.1.3](https://github.com/wopjs/tsur/compare/v0.1.2...v0.1.3) (2024-01-04) diff --git a/package-lock.json b/package-lock.json index 3187fb4..d0cc6f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wopjs/tsur", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wopjs/tsur", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "devDependencies": { "@eslint/js": "^9.13.0", diff --git a/package.json b/package.json index 4810477..c18e1ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@wopjs/tsur", "private": true, - "version": "0.1.3", + "version": "0.1.4", "description": "TypeScript goodies inspired by Rust.", "repository": "wopjs/tsur", "main": "./index.js",