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

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonw committed Aug 10, 2017
1 parent 1747ddc commit 59b1285
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.1.11

This release should be compatible with Atom 1.19.

- diagnostics: Converted to Redux, deprecated the old "nuclide-diagnostics" APIs.
- definitions: Fixed a memory leak with definition caching.
- definitions: Multiple definitions don't require a "name" anymore.

## v0.1.10

- code-format: Bugfix for Atom 1.19.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atom-ide-ui",
"version": "0.1.10",
"version": "0.1.11",
"description": "A collection of Atom UIs to support language services.",
"keywords": [],
"repository": "https://github.com/facebooknuclide/atom-ide-ui",
Expand All @@ -9,6 +9,6 @@
"atom": ">= 1.17.0"
},
"dependencies": {
"atom-ide-ui": "0.1.9"
"atom-ide-ui": "0.1.10"
}
}

0 comments on commit 59b1285

Please sign in to comment.