diff --git a/HISTORY.md b/HISTORY.md index c443063..c45ee3c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ 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. +## [1.0.0](https://github.com/mongodb-js/zstd/compare/v0.0.7...v1.0.0) (2022-05-18) + ### [0.0.7](https://github.com/mongodb-js/zstd/compare/v0.0.6...v0.0.7) (2022-05-18) diff --git a/package-lock.json b/package-lock.json index 4db0440..fbb7b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "0.0.7", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "0.0.7", + "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { "@napi-rs/cli": "^2.7.0", diff --git a/package.json b/package.json index 8676f0a..16ddcfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "0.0.7", + "version": "1.0.0", "main": "index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",