Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek authored and dpiatek committed Sep 8, 2023
1 parent 4aead8f commit 7cd8a52
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,5 +1,16 @@
# CHANGELOG

## v0.1.1

No breaking changes were introduced in this release.

* Update README.md by @Srushtika in https://github.com/ably/spaces/pull/159
* Update README.md by @Srushtika in https://github.com/ably/spaces/pull/160
* refactor: avoid early initialisation of common errors by @owenpearson in https://github.com/ably/spaces/pull/163
* Update demo to use latest version of Spaces by @dpiatek in https://github.com/ably/spaces/pull/161
* fix: unlock update hasn't triggered after lock release by @ttypic in https://github.com/ably/spaces/pull/164
* [MMB-247] Channel tagging by @dpiatek in https://github.com/ably/spaces/pull/166

## v0.1.0

In this release, we're advancing Spaces from alpha to beta. Along with introducing this library to a wider audience, we've decided to move it to the `ably` organisation as Spaces is no longer an experiment, it's something we see as an excellent supplement to our core SDKs to help developers build collaborative environments in their apps. We are committed to grow and officially maintain it.
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.0",
"version": "0.1.1",
"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.0';
readonly version = '0.1.1';

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

0 comments on commit 7cd8a52

Please sign in to comment.