Skip to content

Commit

Permalink
Release v24.7.0
Browse files Browse the repository at this point in the history
-- git fetch;git merge-base --is-ancestor @{upstream} HEAD

-- rm -rf node_modules;npm install
added 2 packages, and audited 3 packages in 374ms

found 0 vulnerabilities

-- lj lint
# Lint OK 8 files: css.js, dom.js, interactive.js, net.js, package-lock.json, package.json, selector.js, url.js

-- ! git rev-parse -q --verify v24.7.0

-- lj build
Nothing to build, use --out=build/index.html

-- lj test --brief test/index.js
  • Loading branch information
lauriro committed Jul 5, 2024
1 parent af056a7 commit aeb2a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litejs/dom",
"version": "24.6.0",
"version": "24.7.0",
"description": "A small DOM library for server-side testing, rendering, and handling of HTML files",
"license": "MIT",
"author": "Lauri Rooden <[email protected]>",
Expand Down

0 comments on commit aeb2a36

Please sign in to comment.