Skip to content

Commit

Permalink
chore: keep header cases
Browse files Browse the repository at this point in the history
  • Loading branch information
oyyd committed Nov 28, 2024
1 parent 4747645 commit 0cf8d23
Show file tree
Hide file tree
Showing 7 changed files with 6,200 additions and 3,458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm run build --if-present
- run: npm test
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
test.json
lib/

test.js
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 1.1.3, 1.1.4
- chore: keep header cases

## 1.1.1
- src: Use parsed url hostname instead of host which may contain also port

Expand Down
Loading

0 comments on commit 0cf8d23

Please sign in to comment.