Skip to content

Commit

Permalink
Merge pull request #153 from curveball/release-0.18.1
Browse files Browse the repository at this point in the history
Release 0.18.1
  • Loading branch information
evert authored Sep 20, 2022
2 parents 7fcf922 + 67a0431 commit bb3d434
Show file tree
Hide file tree
Showing 5 changed files with 576 additions and 445 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ name: Node.js CI

on:
push:
branches: [ main ]
branches:
- main
- 'version-*.x'
pull_request:
branches: [ main ]

jobs:
test:
name: Run tests
node-test:
name: Node.js tests

runs-on: ubuntu-latest

Expand All @@ -30,6 +31,19 @@ jobs:
- run: npm run build --if-present
- run: npm test

bun-test:
name: Bun tests

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Bun
uses: antongolub/action-setup-bun@v1
- run: bun install
- run: bun run build
- run: bun run mocha

lint:
name: Lint

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.18.1 (2022-09-20)
-------------------

* Update to latest Ketting
* Backport of #151: datetime-local fields were not rendered correctly. (@mhum)

0.18.0 (2022-07-14)
-------------------

Expand Down
Loading

0 comments on commit bb3d434

Please sign in to comment.