Skip to content

Commit

Permalink
Merge pull request #28 from ably/release/1.0.0-beta
Browse files Browse the repository at this point in the history
Release 1.0.0 beta
  • Loading branch information
owenpearson authored Feb 9, 2021
2 parents a0ed041 + a005be3 commit 7117652
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change log

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

[Full Changelog](/~https://github.com/ably/ably-asset-tracking-js/compare/v1.0.0-preview.2...v1.0.0-beta.1)

**Closed issues:**

- Add detail to README.md [\#23](/~https://github.com/ably/ably-asset-tracking-js/issues/23)
- Add JSDoc annotations [\#22](/~https://github.com/ably/ably-asset-tracking-js/issues/22)
- Accept new `LocationUpdate` format on the Subscriber side [\#14](/~https://github.com/ably/ably-asset-tracking-js/issues/14)

**Merged pull requests:**

- Rename AssetSubscriber to Subscriber [\#27](/~https://github.com/ably/ably-asset-tracking-js/pull/27) ([owenpearson](/~https://github.com/owenpearson))
- Fix deploy workflow [\#26](/~https://github.com/ably/ably-asset-tracking-js/pull/26) ([owenpearson](/~https://github.com/owenpearson))
- Improve readme and add contributing.md [\#25](/~https://github.com/ably/ably-asset-tracking-js/pull/25) ([owenpearson](/~https://github.com/owenpearson))
- Add jsdoc annotations [\#24](/~https://github.com/ably/ably-asset-tracking-js/pull/24) ([owenpearson](/~https://github.com/owenpearson))
- Respond to 'present' event [\#21](/~https://github.com/ably/ably-asset-tracking-js/pull/21) ([owenpearson](/~https://github.com/owenpearson))
- Use new location update format [\#20](/~https://github.com/ably/ably-asset-tracking-js/pull/20) ([owenpearson](/~https://github.com/owenpearson))
- Use force push to Heroku app [\#18](/~https://github.com/ably/ably-asset-tracking-js/pull/18) ([owenpearson](/~https://github.com/owenpearson))
- Automatically deploy example app [\#17](/~https://github.com/ably/ably-asset-tracking-js/pull/17) ([owenpearson](/~https://github.com/owenpearson))
- Add integration tests [\#16](/~https://github.com/ably/ably-asset-tracking-js/pull/16) ([owenpearson](/~https://github.com/owenpearson))
- Add maintainers file [\#15](/~https://github.com/ably/ably-asset-tracking-js/pull/15) ([niksilver](/~https://github.com/niksilver))
- Example app: add change resolution example [\#13](/~https://github.com/ably/ably-asset-tracking-js/pull/13) ([owenpearson](/~https://github.com/owenpearson))
- Add unit tests [\#12](/~https://github.com/ably/ably-asset-tracking-js/pull/12) ([owenpearson](/~https://github.com/owenpearson))

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

[Full Changelog](/~https://github.com/ably/ably-asset-tracking-js/compare/v1.0.0-preview.1...v1.0.0-preview.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ably-asset-tracking-js",
"version": "0.1.0",
"version": "1.0.0-beta.1",
"description": "JavaScript client SDKs for the Ably Asset Tracking service.",
"main": "dist/main.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 7117652

Please sign in to comment.