From 664d1650a650ae7f13056c506892eec1530ef02a Mon Sep 17 00:00:00 2001 From: Alrik Zachert Date: Sat, 11 Mar 2023 17:14:48 +0100 Subject: [PATCH] Bump version 0.2.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3076a76..0dd35c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 6ad6fe0..62eedab 100644 --- a/package.json +++ b/package.json @@ -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 (https://realmq.com)",