Skip to content

Commit 0cf8d23

Browse files
committed
chore: keep header cases
1 parent 4747645 commit 0cf8d23

File tree

7 files changed

+6200
-3458
lines changed

7 files changed

+6200
-3458
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: npm ci
25+
- run: npm install
2626
- run: npm run build --if-present
2727
- run: npm test

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
test.json
33
lib/
4+
5+
test.js

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 1.1.3, 1.1.4
4+
- chore: keep header cases
5+
36
## 1.1.1
47
- src: Use parsed url hostname instead of host which may contain also port
58

0 commit comments

Comments
 (0)