Skip to content

Commit 74f6477

Browse files
committed
fix versions for release
1 parent c2f6c5e commit 74f6477

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.release-it.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
2-
"npm": {
3-
"publish": false
4-
},
52
"git": {
63
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
7-
"tagName": "${version}"
4+
"tagName": "v${version}"
85
},
96
"github": {
107
"release": true,
@@ -13,5 +10,8 @@
1310
},
1411
"hooks": {
1512
"after:bump": "npx auto-changelog --commit-limit false -p"
13+
},
14+
"npm": {
15+
"publish": true
1616
}
1717
}

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ With this middleware, you can force SSR to make a fake call to a Plone view that
4646
],
4747

4848
"dependencies": {
49-
"volto-middleware-rejectanonymous": "^1.0.0"
49+
"volto-middleware-rejectanonymous": "^0.1.0"
5050
}
5151
```
5252

@@ -75,10 +75,6 @@ This add-on can be enabled with an environment variable `RAZZLE_REJECT_ANONYMOUS
7575

7676
Default redirect url is `/login` but you can override it with `RAZZLE_REJECT_ANONYMOUS_REDIRECT_URL` environment variable.
7777

78-
## Release
79-
80-
See [RELEASE.md](https://github.com/RedTurtle/volto-middleware-rejectanonymous/blob/master/RELEASE.md).
81-
8278
## How to contribute
8379

8480
See [DEVELOP.md](https://github.com/RedTurtle/volto-middleware-rejectanonymous/blob/master/DEVELOP.md).

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.0",
3+
"version": "0.0.0",
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)