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

Commit

Permalink
Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Jun 29, 2019
1 parent c218677 commit c5057d4
Show file tree
Hide file tree
Showing 6 changed files with 735 additions and 466 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.2.1] - 2019-06-29

### Added

- Screenshots to README

### Changed

- Vastly improve definitions

### Fixed

- Generating insights from highlighted text on mobile

## [0.2.0] - 2019-06-25

### Added
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "illuminsight",
"version": "0.2.0",
"version": "0.2.1",
"description": "Read smarter",
"main": "",
"author": "Xyfir, LLC <[email protected]> (https://www.xyfir.com)",
Expand All @@ -9,8 +9,8 @@
"singleQuote": true
},
"dependencies": {
"illuminsight-server": "^0.2.0",
"illuminsight-web": "^0.2.0"
"illuminsight-server": "^0.2.1",
"illuminsight-web": "^0.2.1"
},
"keywords": [
"annotations",
Expand Down
16 changes: 4 additions & 12 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "illuminsight-server",
"version": "0.2.0",
"version": "0.2.1",
"description": "Read smarter",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/express": "^4.17.0",
"@types/fs-extra": "^7.0.0",
"@types/jest": "^24.0.15",
"@types/jsdom": "^12.2.3",
"@types/jsdom": "^12.2.4",
"@types/multer": "^1.3.7",
"@types/node": "^12.0.10",
"@types/unzipper": "^0.9.2",
Expand Down
Loading

0 comments on commit c5057d4

Please sign in to comment.