Skip to content

Commit

Permalink
package: bump to ably v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mschristensen committed Jun 5, 2024
1 parent a2bdd8a commit 36a5c8b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably-labs/models",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@types/lodash": "^4.14.195",
"ably": "^2.0.3",
"ably": "^2.1.0",
"lodash": "^4.17.21",
"pino": "^9.0.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Manually update when bumping version
const VERSION = '0.0.3';
const VERSION = '0.0.4';
export { VERSION };

0 comments on commit 36a5c8b

Please sign in to comment.