From c36029502d39e99ad7aaed267855438e7b20b038 Mon Sep 17 00:00:00 2001 From: "personal-release-automation[bot]" Date: Thu, 3 Sep 2026 17:13:12 +0000 Subject: [PATCH] chore(release): 1.0.0 # [1.0.0](https://github.com/clalexander/flow-stack/compare/v0.2.3...v1.0.0) (2026-09-03) * build!: remove cjs support ([#44](https://github.com/clalexander/flow-stack/issues/44)) ([5fc7f5c](https://github.com/clalexander/flow-stack/commit/5fc7f5c474526b469c6a53cfb05d0657322c7e67)) * feat!: require Node 22.12 or newer ([#43](https://github.com/clalexander/flow-stack/issues/43)) ([419150e](https://github.com/clalexander/flow-stack/commit/419150e6c173d2fd433338821337baabe8042342)) ### BREAKING CHANGES * Remove CommonJS support * Node 20 is no longer supported --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b1cb7..0873c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.0.0](https://github.com/clalexander/flow-stack/compare/v0.2.3...v1.0.0) (2026-09-03) + + +* build!: remove cjs support ([#44](https://github.com/clalexander/flow-stack/issues/44)) ([5fc7f5c](https://github.com/clalexander/flow-stack/commit/5fc7f5c474526b469c6a53cfb05d0657322c7e67)) +* feat!: require Node 22.12 or newer ([#43](https://github.com/clalexander/flow-stack/issues/43)) ([419150e](https://github.com/clalexander/flow-stack/commit/419150e6c173d2fd433338821337baabe8042342)) + + +### BREAKING CHANGES + +* Remove CommonJS support +* Node 20 is no longer supported + ## [0.2.3](https://github.com/clalexander/flow-stack/compare/v0.2.2...v0.2.3) (2026-06-23) diff --git a/package.json b/package.json index 23a6a98..8b71e53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flow-stack", - "version": "0.2.3", + "version": "1.0.0", "description": "A React library for stack-based navigation inside external containers.", "keywords": [ "flow-stack",