Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.3...v3.0.0) (2019-03-02)

### Bug Fixes

* Allow dispatches from Reactotron to show in reactotron ([3d7a2fc](3d7a2fc))
* Don't try and send subscriptions if we don't have a store. ([7219574](7219574))

### Features

* **ci:** Update CI process to push out beta releases ([9f788c1](9f788c1))
* Rewrite library over to Typescript ([e24d332](e24d332))
* Update deps to try and get this working ([8ac4b4e](8ac4b4e))

### BREAKING CHANGES

* This rewrites the library over to TypeScript and updates the API used for hooking up reactotron to redux.
  • Loading branch information
semantic-release-bot committed Mar 2, 2019
1 parent c773bd1 commit 0b9574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-redux",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"description": "A Reactotron plugin for Redux.",
"author": "Infinite Red",
"license": "MIT",
Expand Down

0 comments on commit 0b9574a

Please sign in to comment.