Skip to content

Commit

Permalink
Upgrade to atom-fs@0.1.6 and mapped-disposable@1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Sep 14, 2018
1 parent cf50690 commit a53ed06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Increased minimum required Atom version to v1.25.0
- Upgraded dependencies to [`atom-fs@0.1.6`][] and [`mapped-disposable@1.0.2`][]

### Fixed
- [[`#721`][]]: Exception thrown when registering symbolic links
- [[`#754`][]]: Exception thrown from nulled service disposable

[`#721`]: https://github.com/file-icons/atom/issues/721
[`#754`]: https://github.com/file-icons/atom/issues/754
[`atom-fs@0.1.6`]: https://github.com/file-icons/Atom-FS/releases/tag/v0.1.6
[`mapped-disposable@1.0.2`]: https://github.com/file-icons/MappedDisposable/releases/tag/v1.0.2



Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
},
"atomTestRunner": "atom-mocha",
"dependencies": {
"atom-fs": "v0.1.5",
"atom-fs": "v0.1.6",
"lru-cache": "^4.1.3",
"mapped-disposable": "^1.0.2",
"micromatch": "^3.1.10"
},
"devDependencies": {
Expand Down

0 comments on commit a53ed06

Please sign in to comment.