Skip to content

Commit 22901d7

Browse files
authored
Release v0.3.1 (ably#310)
* chore: bump version for 0.3.1 release * chore: update changelog for 0.3.1 release
1 parent cff95e3 commit 22901d7

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.3.1
4+
5+
No breaking changes were introduced in this release.
6+
7+
* Fix not being able to import CJS Spaces bundle due to `ERR_REQUIRE_ESM` error [\#307](https://github.com/ably/spaces/pull/307)
8+
39
## v0.3.0
410

511
Breaking changes in this release:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ably/spaces",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Manually update when bumping version
2-
const VERSION = '0.3.0';
2+
const VERSION = '0.3.1';
33
export { VERSION };

0 commit comments

Comments
 (0)