Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 25, 2024
1 parent 677bc69 commit d82d47c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion 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.1](https://github.com/nichoth/session-cookie/compare/v0.2.0...v0.2.1)
## [v0.2.2](https://github.com/nichoth/session-cookie/compare/v0.2.1...v0.2.2)

### Commits

- docs [`677bc69`](https://github.com/nichoth/session-cookie/commit/677bc696b59ea1cd9fa634b13590c2ddad0e6010)
- better docs [`2c7d8d6`](https://github.com/nichoth/session-cookie/commit/2c7d8d68337d709f5a734b87849be456c3fb694e)

## [v0.2.1](https://github.com/nichoth/session-cookie/compare/v0.2.0...v0.2.1) - 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 @@ -24,6 +24,7 @@ Sign session data with a secret key.
* [ESM](#esm)
* [Common JS](#common-js)
- [Generate a secret key](#generate-a-secret-key)
* [Environment](#environment)

<!-- tocstop -->

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.1",
"version": "0.2.2",
"description": "Cookies",
"directories": {
"test": "test"
Expand Down

0 comments on commit d82d47c

Please sign in to comment.