Skip to content

Commit 5bdad96

Browse files
committed
Release 0.1.3
1 parent 06c9c9d commit 5bdad96

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.1.3](https://github.com/RedTurtle/volto-middleware-rejectanonymous/compare/v0.1.2...v0.1.3)
8+
9+
- Merge pull request #3 from RedTurtle/console-log [`06c9c9d`](https://github.com/RedTurtle/volto-middleware-rejectanonymous/commit/06c9c9db4806478d47d6d42934df0a8f734c04f3)
10+
- chore: removed console.log [`8e82651`](https://github.com/RedTurtle/volto-middleware-rejectanonymous/commit/8e82651aefe4036be32205f6db40262db93892e3)
11+
712
#### [v0.1.2](https://github.com/RedTurtle/volto-middleware-rejectanonymous/compare/v0.1.1...v0.1.2)
813

14+
> 5 February 2024
15+
916
- fix: verify token expired [`#2`](https://github.com/RedTurtle/volto-middleware-rejectanonymous/pull/2)
1017
- Create codeql.yml [`7088386`](https://github.com/RedTurtle/volto-middleware-rejectanonymous/commit/7088386df8002535a6d16ab624512536c82fd08a)
18+
- Release 0.1.2 [`d06a1b6`](https://github.com/RedTurtle/volto-middleware-rejectanonymous/commit/d06a1b6e69486a424ad43340b29bf98729f0f076)
1119
- disable ci test [`f87505d`](https://github.com/RedTurtle/volto-middleware-rejectanonymous/commit/f87505dc9a6d299e21b0731e4d9861d5133bce8f)
1220

1321
#### [v0.1.1](https://github.com/RedTurtle/volto-middleware-rejectanonymous/compare/v0.1.0...v0.1.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-middleware-rejectanonymous",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "volto-middleware-rejectanonymous: Volto add-on for add security with HTTP headers ",
55
"main": "src/index.js",
66
"author": "Mauro Amico",

0 commit comments

Comments
 (0)