From 7e48888e5cc43bbeb8f0e386341ce5eb0a5f4342 Mon Sep 17 00:00:00 2001 From: nichoth Date: Fri, 25 Oct 2024 14:35:20 -0700 Subject: [PATCH] 0.2.8 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f463ae..3b89128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.2.7](https://github.com/nichoth/session-cookie/compare/v0.2.6...v0.2.7) +## [v0.2.8](https://github.com/nichoth/session-cookie/compare/v0.2.7...v0.2.8) + +### Commits + +- change import to node: [`6beab5f`](https://github.com/nichoth/session-cookie/commit/6beab5ffb9f23e9c2d92f25e9b93844d6275fb82) +- better tests [`e2099a1`](https://github.com/nichoth/session-cookie/commit/e2099a149e8df8e842c39f084c241045c88b38eb) +- rm obsolete type casting [`29f65c7`](https://github.com/nichoth/session-cookie/commit/29f65c7178113857766ec5423fe81d73b3604c14) + +## [v0.2.7](https://github.com/nichoth/session-cookie/compare/v0.2.6...v0.2.7) - 2024-10-25 ### Commits diff --git a/package.json b/package.json index 039f304..54f68ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nichoth/session-cookie", - "version": "0.2.7", + "version": "0.2.8", "description": "Cookies", "directories": { "test": "test"