Skip to content

Commit

Permalink
Bump version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Mar 11, 2023
1 parent 4160eb4 commit 664d165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2023-03-11
### Changed
- Ignore `.idea/` files from git and npm package.

## [0.2.0] - 2023-03-11
### Added
- Add support for client id postfixes to allow multiple connections per token.
Expand All @@ -18,5 +22,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added support for retrieving authenticated user and token `realmq.me.token.retrieve()` and `realmq.me.user.retrieve()`.

[0.2.1]: https://github.com/realmq/realmq-node-sdk/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/realmq/realmq-node-sdk/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/realmq/realmq-node-sdk/compare/0.1.0-alpha3...0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@realmq/node-sdk",
"version": "0.2.0",
"version": "0.2.1",
"description": "The realmq node sdk provides developer friendly access to realmq REST & Realtime APIs.",
"license": "MIT",
"author": "RealMQ GmbH <[email protected]> (https://realmq.com)",
Expand Down

0 comments on commit 664d165

Please sign in to comment.