Skip to content

Commit

Permalink
0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 27, 2024
1 parent 73c5d7c commit 60d0cd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ 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.10](https://github.com/nichoth/session-cookie/compare/v0.2.9...v0.2.10)
## [v0.2.11](https://github.com/nichoth/session-cookie/compare/v0.2.10...v0.2.11)

### Commits

- rm obsolete comments; fix docs [`73c5d7c`](https://github.com/nichoth/session-cookie/commit/73c5d7c6f265b49d960ebe8c6a9dc100c410ef37)

## [v0.2.10](https://github.com/nichoth/session-cookie/compare/v0.2.9...v0.2.10) - 2024-10-27

### Commits

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Sign session data with a secret key.
* [Parse a cookie](#parse-a-cookie)
* [Parse a session token](#parse-a-session-token)
* [Verify a session token](#verify-a-session-token)
- [Format](#format)
- [Module Format](#module-format)
* [ESM](#esm)
* [Common JS](#common-js)
- [Generate a secret key](#generate-a-secret-key)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nichoth/session-cookie",
"version": "0.2.10",
"version": "0.2.11",
"description": "Cookies",
"directories": {
"test": "test"
Expand Down

0 comments on commit 60d0cd3

Please sign in to comment.