Skip to content

Commit

Permalink
build: 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 1, 2023
1 parent 8c503e4 commit 3b09a2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md

This file was deleted.

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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/data-urls",
"version": "1.0.1",
"version": "2.0.0",
"description": "A utility for parsing and validating data URLs.",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,7 +33,6 @@
"prepack": "npm run build",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.{js,ts}\"",
"release": "npx conventional-changelog-cli -i CHANGELOG.md -s",
"test": "vitest --coverage",
"test:browser": "vitest --browser.name=chrome --browser.headless"
},
Expand Down

0 comments on commit 3b09a2f

Please sign in to comment.