Skip to content

Commit

Permalink
bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Oct 20, 2024
1 parent 349fb36 commit 0329c37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hotsock/hotsock-js",
"version": "1.0.1",
"version": "1.1.0",
"description": "JavaScript library for Hotsock WebSocket connections, subscriptions, and messages",
"main": "src/hotsock.js",
"author": "James Miller",
Expand All @@ -17,11 +17,11 @@
"subscriptions"
],
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@rollup/plugin-terser": "^0.4.4",
"jest": "^29.7.0",
"rollup": "^4.21.0"
"rollup": "^4.24.0"
},
"prettier": {
"semi": false
Expand Down

0 comments on commit 0329c37

Please sign in to comment.