diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb2144..489b903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6](https://github.com/wopjs/tsur/compare/v0.1.5...v0.1.6) (2024-11-28) + + +### Bug Fixes + +* **result:** tryAsync typing ([18233f1](https://github.com/wopjs/tsur/commit/18233f1af8a9166d3d123c71e54e49b25e70067a)) + ## [0.1.5](https://github.com/wopjs/tsur/compare/v0.1.4...v0.1.5) (2024-11-13) diff --git a/package-lock.json b/package-lock.json index 0bfdb88..069e4be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wopjs/tsur", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wopjs/tsur", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "devDependencies": { "@eslint/js": "^9.15.0", diff --git a/package.json b/package.json index b385484..86170b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@wopjs/tsur", "private": true, - "version": "0.1.5", + "version": "0.1.6", "description": "TypeScript goodies inspired by Rust.", "repository": "wopjs/tsur", "main": "./index.js",