From 3feb6e6486923b6ec92f19878d4846ecbae5152c Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Thu, 5 May 2022 16:44:21 -0400 Subject: [PATCH] chore(release): 0.0.1 --- HISTORY.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 HISTORY.md diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..f1c562d --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,20 @@ +# 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.0.1 (2022-05-05) + + +### Features + +* add release script ([c2c1783](https://github.com/mongodb-js/zstd/commit/c2c1783242766c8b65f57838494d1a3c4dc23305)) +* add standard version ([f63a9b9](https://github.com/mongodb-js/zstd/commit/f63a9b95ba261004cb2f481ff201fa2e116d3aed)) +* initial project setup ([53671a3](https://github.com/mongodb-js/zstd/commit/53671a393326605650d3ae12959796a6c6976472)) +* update package.json files ([7823f1b](https://github.com/mongodb-js/zstd/commit/7823f1b3156f4eacd2c235ac660aa9810eee6f84)) +* update to idomatic rust ([16e215a](https://github.com/mongodb-js/zstd/commit/16e215a59817fdf94bb62c8620b49b6255bafda0)) + + +### Bug Fixes + +* handle status in error ([e29c0ed](https://github.com/mongodb-js/zstd/commit/e29c0ed3b1077987c28bc4daa11c5d6a01c650cf)) +* remove debug js ([c454785](https://github.com/mongodb-js/zstd/commit/c454785a6cbfe63ed21ca3942ce0707e0b399d3f)) diff --git a/package-lock.json b/package-lock.json index a090279..c148938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "devDependencies": { "@napi-rs/cli": "^2.4.4", diff --git a/package.json b/package.json index 0f42fae..14d687d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "0.0.0", + "version": "0.0.1", "main": "index.js", "types": "index.d.ts", "napi": {