Skip to content

Commit

Permalink
feat(lite): 0.1.1 (#6930)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonias committed Jul 3, 2023
1 parent c0d6dc4 commit 2978ad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion @xen-orchestra/lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ChangeLog

## **0.2.0**
## **next**

## **0.1.1** (2023-07-03)

- Invalidate sessionId token after logout (PR [#6480](https://github.com/vatesfr/xen-orchestra/pull/6480))
- Settings page (PR [#6418](https://github.com/vatesfr/xen-orchestra/pull/6418))
Expand Down
2 changes: 1 addition & 1 deletion @xen-orchestra/lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/lite",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "GIT_HEAD=$(git rev-parse HEAD) vite",
"build": "run-p type-check build-only",
Expand Down

0 comments on commit 2978ad1

Please sign in to comment.