diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6b132..09a6017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v2.4.0 (2022-11-15) + +[๐Ÿ“ Release notes](https://github.com/stethoscope-js/integrations/releases/tag/v2.4.0) ยท [๐Ÿ’ป Compare](https://github.com/stethoscope-js/integrations/compare/v2.3.3...v2.4.0) ยท [๐Ÿ”– Tag](https://github.com/stethoscope-js/integrations/tree/v2.4.0) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/stethoscope-js/integrations/archive/v2.4.0.zip) ยท [tar.gz](https://github.com/stethoscope-js/integrations/archive/v2.4.0.tar.gz)) + +### โœจ New features + +- [`f631afa`](https://github.com/stethoscope-js/integrations/commit/f631afa) Export helper methods + ## v2.3.3 (2022-11-15) [๐Ÿ“ Release notes](https://github.com/stethoscope-js/integrations/releases/tag/v2.3.3) ยท [๐Ÿ’ป Compare](https://github.com/stethoscope-js/integrations/compare/v2.3.2...v2.3.3) ยท [๐Ÿ”– Tag](https://github.com/stethoscope-js/integrations/tree/v2.3.3) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/stethoscope-js/integrations/archive/v2.3.3.zip) ยท [tar.gz](https://github.com/stethoscope-js/integrations/archive/v2.3.3.tar.gz)) diff --git a/package-lock.json b/package-lock.json index e5fd8cc..ba02f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stethoscope-js/integrations", - "version": "2.3.3", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stethoscope-js/integrations", - "version": "2.3.3", + "version": "2.4.0", "license": "MIT", "dependencies": { "@anandchowdhary/cosmic": "^1.0.1", diff --git a/package.json b/package.json index 23f2887..cc5e3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stethoscope-js/integrations", - "version": "2.3.3", + "version": "2.4.0", "description": "Node.js/TypeScript packages to track your life data using Stethoscope", "files": [ "dist"