Skip to content

Commit

Permalink
bump to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Sep 25, 2024
1 parent 76a0825 commit c477e64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ npm run demo
Update dependencies to the latest available versions:

```bash
npx npm-check-updates -u
npm run upgrade
```

## 🏷️ Release
Expand Down
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: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sib-swiss/sparql-editor",
"version": "0.1.9",
"version": "0.1.10",
"description": "A standard web component to easily deploy a user-friendly SPARQL query editor for one or more endpoints. Built on the popular YASGUI editor, it provides context-aware autocomplete for classes and predicates based on the content of the endpoints.",
"license": "MIT",
"author": {
Expand All @@ -22,6 +22,7 @@
"lint": "prettier --check . && eslint . --ignore-pattern dist/",
"test": "npm run lint && vitest run",
"release": "npm run lint && npm run build && npm publish",
"upgrade": "npx npm-check-updates -u && npm install",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit c477e64

Please sign in to comment.