From d9e06a8f1a728d5a0f3658a2012b19fad95e390d Mon Sep 17 00:00:00 2001 From: Kai Hirota <34954529+kaihirota@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:16:38 +1100 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb2a6c4..8701d43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.7.0] - 2024-02-29 + +### Added + +- Revert breaking changes from 2.6.1 + ## [2.5.4] - 2024-02-20 ### Added diff --git a/package.json b/package.json index 713b2e78..943a96d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imtbl/core-sdk", - "version": "2.5.4", + "version": "2.7.0", "description": "Immutable Core SDK", "main": "dist/index.cjs.js", "module": "dist/index.es.js",