From d500f19affa4f4c6ab6ea6c2fce3efcabc0800df Mon Sep 17 00:00:00 2001 From: Dan Forsberg Date: Sun, 8 Sep 2024 14:28:00 +0300 Subject: [PATCH] chore(release): 1.0.27 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d605fa..ef1a5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.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.27](https://github.com/boilingdata/node-boilingdata/compare/v1.0.26...v1.0.27) (2024-09-08) + ### [1.0.26](https://github.com/boilingdata/node-boilingdata/compare/v1.0.25...v1.0.26) (2024-09-08) ### [1.0.25](https://github.com/boilingdata/node-boilingdata/compare/v1.0.24...v1.0.25) (2024-09-08) diff --git a/package.json b/package.json index 5db8c7a..bc26f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boilingdata/node-boilingdata", - "version": "1.0.26", + "version": "1.0.27", "description": "BoilingData WebSocket client for Node and browser", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts",