Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek authored and dpiatek committed Sep 11, 2023
1 parent f646471 commit bab9570
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v0.1.2

No breaking changes were introduced in this release.

* cursors: Fix cursor batching calculation by @lmars in https://github.com/ably/spaces/pull/169
* [MMB-260] Update default batch time to 25ms by @dpiatek in https://github.com/ably/spaces/pull/167

## v0.1.1

No breaking changes were introduced in this release.
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/spaces",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Spaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Spaces {
client: Types.RealtimePromise;
connection: Types.ConnectionPromise;

readonly version = '0.1.1';
readonly version = '0.1.2';

constructor(client: Types.RealtimePromise) {
this.client = client;
Expand Down

0 comments on commit bab9570

Please sign in to comment.