Skip to content

Commit

Permalink
0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 29, 2024
1 parent 696dac3 commit 539163e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11](https://github.com/nichoth/session-cookie/compare/v0.2.10...v0.2.11)
## [v0.2.12](https://github.com/nichoth/session-cookie/compare/v0.2.11...v0.2.12)

### Commits

- Add `rmCookie` to docs [`696dac3`](https://github.com/nichoth/session-cookie/commit/696dac3bfd3ba107c71b91e1c29a7f0b63966409)
- rm comment [`a999e64`](https://github.com/nichoth/session-cookie/commit/a999e6429cc391ee02e3e9c802811c2848b61aa5)

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

### Commits

Expand Down Expand Up @@ -76,13 +83,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix node CI [`b38d7c5`](https://github.com/nichoth/session-cookie/commit/b38d7c56f6b21c8461c1841f8ca026915ae43cbd)
- fix docs [`330014f`](https://github.com/nichoth/session-cookie/commit/330014f92d972486007ac612c0f7a748d28dde0f)

## [v0.2.0](https://github.com/nichoth/session-cookie/compare/v0.1.0...v0.2.0) - 2024-10-24

### Commits

- wip [`ac65aea`](https://github.com/nichoth/session-cookie/commit/ac65aea09ce0f739eaae7928769d7558b539aa90)

## v0.1.0 - 2024-10-24
## v0.2.0 - 2024-10-24

### Commits

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +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)
* [Delete a cookie](#delete-a-cookie)
- [Module Format](#module-format)
* [ESM](#esm)
* [Common JS](#common-js)
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.11",
"version": "0.2.12",
"description": "Cookies",
"directories": {
"test": "test"
Expand Down

0 comments on commit 539163e

Please sign in to comment.