diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3167395 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# 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. + +## 0.1.0 (2023-10-17) + + +### Features + +* add option, result, array ([e226fb8](https://github.com/crimx/tsur/commit/e226fb800695a2a286f81b0afb990ba7b6cfda64)) diff --git a/package.json b/package.json index 1c5eb2e..ba184b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tsur", "private": true, - "version": "0.0.1", + "version": "0.1.0", "description": "TypeScript goodies inspired by Rust.", "repository": "crimx/tsur", "main": "./index.js",