Skip to content

Commit

Permalink
prepare 1.4.1 release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse authored Jan 31, 2024
1 parent 6bf7285 commit a1b9df9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## HEAD

## 1.4.1
- Update semver from 6.3.0 to 6.3.1 (#57)
- Update word-wrap from 1.2.3 to 1.2.5 (#62)
- Update babel/traverse from 7.14.2 to 7.23.6 (#61)

## 1.4.0

- support for explicit expiration in CookieSessionStore [#55]
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": "keratin-authn",
"version": "1.4.0",
"version": "1.4.1",
"description": "Browser integration library for Keratin AuthN service.",
"main": "./dist/keratin-authn.js",
"module": "./dist/keratin-authn.module.js",
Expand Down

0 comments on commit a1b9df9

Please sign in to comment.