Skip to content

Commit

Permalink
Released v0.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsof committed Aug 14, 2023
1 parent 10446e4 commit 1b544e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 0.1.7 (TBA)
## 0.1.7 (2023-08-14)

- Upgraded the Kabelwerk SDK for JavaScript to [0.3.6](https://github.com/kabelwerk/sdk-js/releases/tag/v0.3.6).

## 0.1.6 (2022-04-14)
## 0.1.6 (2023-04-14)

- [`<KabelwerkContext>`](./docs/KabelwerkContext.md): added the `pushNotificationsToken` and `pushNotificationsEnabled` props.
- The [`<KabelwerkRoom>`](./docs/KabelwerkRoom.md) component now handles `message_deleted` events.
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": "kabelwerk-react-native",
"version": "0.1.6",
"version": "0.1.7",
"description": "The Kabelwerk SDK for React Native.",
"keywords": [
"kabelwerk"
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.6';
export const VERSION = '0.1.7';

0 comments on commit 1b544e5

Please sign in to comment.