diff --git a/HISTORY.md b/HISTORY.md index 1b2fc64..35192a8 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. +### [1.2.2](https://github.com/mongodb-js/zstd/compare/v1.2.1...v1.2.2) (2024-09-16) + + +### Bug Fixes + +* **NODE-6381:** use targeting for x86_64 darwin ([#26](https://github.com/mongodb-js/zstd/issues/26)) ([f95c9f6](https://github.com/mongodb-js/zstd/commit/f95c9f6b1e836cce7da4e6955181261110e88487)) + ### [1.2.1](https://github.com/mongodb-js/zstd/compare/v1.2.0...v1.2.1) (2024-09-06) diff --git a/package-lock.json b/package-lock.json index e87ea58..6f7500a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "1.2.1", + "version": "1.2.2", "license": "Apache-2.0", "devDependencies": { "@napi-rs/cli": "^2.18.2", diff --git a/package.json b/package.json index 655a5b3..00d3793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "1.2.1", + "version": "1.2.2", "main": "index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",