Skip to content

Commit

Permalink
Set the version to 2.6.1 and updated the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-sedinkin committed Sep 22, 2020
1 parent 9d11102 commit 9921708
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
Expand Up @@ -3,6 +3,11 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [2.6.1] - 2020-09-22
### Fixed
- Module not found errors with TypeScript when importing json files
inside module declaration (in an Angular project)

## [2.6.0] - 2020-09-01
### Added
Limited support for types (see README.md for details):
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": "fhirpath",
"version": "2.6.0",
"version": "2.6.1",
"description": "A FHIRPath engine",
"main": "src/fhirpath.js",
"dependencies": {
Expand Down

0 comments on commit 9921708

Please sign in to comment.