Skip to content

Commit

Permalink
Release v0.3.1 (#310)
Browse files Browse the repository at this point in the history
* chore: bump version for 0.3.1 release

* chore: update changelog for 0.3.1 release
  • Loading branch information
VeskeR authored May 3, 2024
1 parent cff95e3 commit 22901d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.3.1

No breaking changes were introduced in this release.

* Fix not being able to import CJS Spaces bundle due to `ERR_REQUIRE_ESM` error [\#307](https://github.com/ably/spaces/pull/307)

## v0.3.0

Breaking changes 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.3.0",
"version": "0.3.1",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
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.3.0';
const VERSION = '0.3.1';
export { VERSION };

0 comments on commit 22901d7

Please sign in to comment.