Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Nov 27, 2024
1 parent d952bc1 commit 91b576a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parsel-js",
"version": "1.1.2",
"version": "1.2.0",
"description": "A tiny, permissive CSS selector parser",
"type": "module",
"main": "dist/parsel.min.cjs",
Expand All @@ -20,7 +20,7 @@
"test": "http-server -o test.html -c-1",
"build": "npx rollup -c",
"prepublish": "npm run build",
"release": "release-it"
"release": "release-it"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 91b576a

Please sign in to comment.