Skip to content

Commit

Permalink
Merge pull request #134 from ably/release/1.0.0-beta.5
Browse files Browse the repository at this point in the history
Release 1.0.0-beta.5
  • Loading branch information
owenpearson authored Mar 24, 2023
2 parents 16cbd4f + 0952319 commit e748d36
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## [1.0.0-beta.5](https://github.com/ably/ably-asset-tracking-js/tree/v1.0.0-beta.5)

[Full Changelog](https://github.com/ably/ably-asset-tracking-js/compare/v1.0.0-beta.4...v1.0.0-beta.5)

**Implemented enhancements:**

- Create `Asset` class separate from `Subscriber` (allows tracking multiple assets on one connection) [\#108](https://github.com/ably/ably-asset-tracking-js/issues/108)

**Fixed bugs:**

- Calling start\(\) multiple times might lead to unclosed connections [\#106](https://github.com/ably/ably-asset-tracking-js/issues/106)

## [1.0.0-beta.4](https://github.com/ably/ably-asset-tracking-js/tree/v1.0.0-beta.4)

[Full Changelog](https://github.com/ably/ably-asset-tracking-js/compare/v1.0.0-beta.3...v1.0.0-beta.4)
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ably/asset-tracking",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "JavaScript client SDKs for the Ably Asset Tracking service.",
"main": "dist/main.js",
"typings": "index.d.ts",
"files": [
"src/**",
"dist/**",
"index.d.ts"
"src/**",
"dist/**",
"index.d.ts"
],
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit e748d36

Please sign in to comment.