Skip to content

Commit

Permalink
Release v24.0.0-rc.2
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 4 packages in 2s

found 0 vulnerabilities

-- lj lint
# Lint OK 1 files

-- npm outdated

-- ! git rev-parse -q --verify v24.0.0-rc.2

-- lj build

-- lj test --brief test/index.js
# pass  72/72 [542/542] in 2207 ms at 17:57:37
  • Loading branch information
lauriro committed Feb 22, 2024
1 parent 2abea5f commit e58a450
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/cli",
"version": "24.0.0-rc.1",
"version": "24.0.0-rc.2",
"description": "Command line tools for LiteJS full-stack framework",
"license": "MIT",
"author": "Lauri Rooden <lauri@rooden.ee>",
Expand Down

0 comments on commit e58a450

Please sign in to comment.