Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.0-dev.161 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-dev.161](v1.0.0-dev.160...v1.0.0-dev.161) (2024-11-06)

### Features

* checks node version when running studio ([10ebfa9](10ebfa9))
* debounce studio refresh when multiple files change ([aa8401d](aa8401d))
  • Loading branch information
semantic-release-bot committed Nov 6, 2024
1 parent aa8401d commit b71b9b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.0.0-dev.161](https://github.com/powerhouse-inc/document-model-electron/compare/v1.0.0-dev.160...v1.0.0-dev.161) (2024-11-06)


### Features

* checks node version when running studio ([10ebfa9](https://github.com/powerhouse-inc/document-model-electron/commit/10ebfa90b8f2baaff04ee6c653cb780f713560ea))
* debounce studio refresh when multiple files change ([aa8401d](https://github.com/powerhouse-inc/document-model-electron/commit/aa8401dd3b9ad58b28a2c6c0501ce1aac6bf3039))

# [1.0.0-dev.160](https://github.com/powerhouse-inc/document-model-electron/compare/v1.0.0-dev.159...v1.0.0-dev.160) (2024-11-06)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@powerhousedao/connect",
"productName": "Powerhouse-Connect",
"version": "1.0.0-dev.160",
"version": "1.0.0-dev.161",
"description": "Powerhouse Connect",
"main": "./index.js",
"type": "module",
"bin": {
"connect": "./dist/studio/cli.js"
},
"engines": {
"node" : ">=18.0.0"
"node": ">=18.0.0"
},
"files": [
"dist"
Expand Down

0 comments on commit b71b9b2

Please sign in to comment.