Skip to content

Commit

Permalink
Merge pull request #32 from skyway/release/v1.1.1
Browse files Browse the repository at this point in the history
Release/v1.1.1
  • Loading branch information
mizuman committed Dec 4, 2017
2 parents 8853f40 + bd402a5 commit 48baa33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.1.1](https://github.com/skyway/skyway-js-sdk/releases/tag/v1.1.1) - 2017-12-04

### Fixed

- Fixed npm install instructions in README

## [v1.1.0](https://github.com/skyway/skyway-js-sdk/releases/tag/v1.1.0) - 2017-12-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For more details, check out the [Tutorial](https://webrtc.ecl.ntt.com/en/js-tuto

With [npm](https://npmjs.org/) installed, run

$ npm install -g skyway-js
$ npm install -s skyway-js

You can then use `require` or `import` to import the package.

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": "skyway-js",
"version": "1.1.0",
"version": "1.1.1",
"description": "The official JavaScript SDK for SkyWay",
"main": "dist/skyway.js",
"module": "src/peer.js",
Expand Down

0 comments on commit 48baa33

Please sign in to comment.