Skip to content

Commit

Permalink
chore(release): publish 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlomoh committed Aug 28, 2024
1 parent ae4c19c commit 73f87ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.0.6 (2024-08-28)


### 📖 Documentation

- **packages/viewer:** add link to github in contributing section ([ae4c19c](https://github.com/Vectreal/vectreal-core/commit/ae4c19c))

### ❤️ Thank You

- Moritz Becker

## 0.0.3-3 (2024-08-28)


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.

2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vctrl/hooks",
"version": "0.0.3-3",
"version": "0.0.6",
"main": "./index.cjs.js",
"module": "./index.es.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vctrl/viewer",
"version": "0.0.3-3",
"version": "0.0.6",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
Expand Down

0 comments on commit 73f87ed

Please sign in to comment.