Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
meraymond2 committed Feb 12, 2021
1 parent 7f468fd commit d7dda4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased
### Added
### Changed
### Fixed

## v0.1.5
### Added
- Added the new Idris2-specific commands :generate-def, :generate-def-next and :proof-search-next.
- Added a typeAt method, which implements the Idris2 :type-of + location command.
### Changed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idris-ide-client",
"version": "0.1.4",
"version": "0.1.5",
"description": "A library for talking to the Idris IDE.",
"keywords": [
"idris"
Expand Down

0 comments on commit d7dda4a

Please sign in to comment.