Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Jul 14, 2023
2 parents 4e97877 + febfa1c commit 05a1f8c
Show file tree
Hide file tree
Showing 34 changed files with 3,031 additions and 354 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Node CI

on:
push:
branches: [ master, dev, htmx-2.0 ]
pull_request:
branches: [ master, dev, htmx-2.0 ]

jobs:
test_suite:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '15.x'
- run: npm ci
- run: npm test
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [1.9.3] - 2023-04-28
## [1.9.3] - 2023-06-??

* Fixed bug w/ WebSocket extension initilization caused by "naked" `hx-trigger` feature

## [1.9.2] - 2023-04-28

Expand Down

0 comments on commit 05a1f8c

Please sign in to comment.