Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 31, 2018
1 parent b9f5b42 commit c08656e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.2
* Revert .mjs output, output ES modules to .es.js again. (https://github.com/u-wave/react-server-list/commit/b9f5b4244e8f635ee143f452f965beddd5128742)
* Update recompose to version 0.30.0 (https://github.com/u-wave/react-server-list/pull/31)

## 3.0.1
* Update recompose to version 0.29.0 (https://github.com/u-wave/react-server-list/pull/30)

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": "@u-wave/react-server-list",
"version": "3.0.1",
"version": "3.0.2",
"description": "Show a list of üWave servers.",
"main": "dist/u-wave-react-server-list.js",
"module": "dist/u-wave-react-server-list.es.js",
Expand Down

0 comments on commit c08656e

Please sign in to comment.