From 15d590e128dbb40db7a42b35ea94d163f528ffb7 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Fri, 6 May 2022 14:55:23 -0400 Subject: [PATCH] chore(release): 0.0.4 --- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2168bbb..8fd67ca 100644 --- a/HISTORY.md +++ b/HISTORY.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.0.4](https://github.com/mongodb-js/zstd/compare/v0.0.3...v0.0.4) (2022-05-06) + + +### Features + +* **NODE-1837:** support passing compression level ([2c1a917](https://github.com/mongodb-js/zstd/commit/2c1a9171c689c1fc87428d383ffeb823291f84cf)) + ### [0.0.3](https://github.com/mongodb-js/zstd/compare/v0.0.2...v0.0.3) (2022-05-06) diff --git a/package-lock.json b/package-lock.json index 97cc08b..a5642d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "devDependencies": { "@napi-rs/cli": "^2.7.0", diff --git a/package.json b/package.json index 6759832..fa33e1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "0.0.3", + "version": "0.0.4", "main": "index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",