Skip to content

Commit 1cca10f

Browse files
committed
4.1.0
1 parent 6182315 commit 1cca10f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.1.0](https://github.com/relekang/graphql-rss-parser/compare/v4.0.1...v4.1.0) (2025-02-15)
6+
7+
8+
### Features
9+
10+
* Add support for turning of csrf protection ([6182315](https://github.com/relekang/graphql-rss-parser/commit/6182315e4ab73280126e8d24798a7f594549fea0))
11+
512
### [4.0.1](https://github.com/relekang/graphql-rss-parser/compare/v4.0.0...v4.0.1) (2025-02-15)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-rss-parser",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "A microservice that parses rss feeds and makes it available as grahpql schema",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -25,7 +25,12 @@
2525
"type": "git",
2626
"url": "git+https://github.com/relekang/graphql-rss-parser.git"
2727
},
28-
"files": ["dist", "cli.js", "license", "readme.md"],
28+
"files": [
29+
"dist",
30+
"cli.js",
31+
"license",
32+
"readme.md"
33+
],
2934
"author": "Rolf Erik Lekang",
3035
"license": "MIT",
3136
"bugs": {

0 commit comments

Comments
 (0)