From 8dc8a5d70951a5191fb38bc74147cabf58ffebd6 Mon Sep 17 00:00:00 2001 From: nichoth Date: Sun, 27 Oct 2024 12:23:20 -0700 Subject: [PATCH] 0.2.10 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3197e8..3d66152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ 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.9](https://github.com/nichoth/session-cookie/compare/v0.2.8...v0.2.9) +## [v0.2.10](https://github.com/nichoth/session-cookie/compare/v0.2.9...v0.2.10) + +### Commits + +- rm node:crypto [`ceb820c`](https://github.com/nichoth/session-cookie/commit/ceb820cf74ea66bd8d12e0e385eec76b1ed87cea) +- wip [`0e48d99`](https://github.com/nichoth/session-cookie/commit/0e48d99c81d0105509979974a90f5b5b68253d69) + +## [v0.2.9](https://github.com/nichoth/session-cookie/compare/v0.2.8...v0.2.9) - 2024-10-26 ### Commits diff --git a/package.json b/package.json index 019027d..51b92d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nichoth/session-cookie", - "version": "0.2.9", + "version": "0.2.10", "description": "Cookies", "directories": { "test": "test"