From 7f598bf6f7a1e8c0c75d88aa36e603cf7d35f958 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Wed, 18 May 2022 22:44:39 +0200 Subject: [PATCH] chore(release): 1.0.0 --- HISTORY.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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",