diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e20fcab0..ff13bba10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -## [6.0.4](https://github.com/NationalLibraryOfNorway/ngx-mime/compare/v6.0.2...v6.0.4) (2018-05-23) + +## [6.0.5](https://github.com/NationalLibraryOfNorway/ngx-mime/compare/v6.0.4...v6.0.5) (2018-06-04) +### Bug Fixes - -## [6.0.3](https://github.com/NationalLibraryOfNorway/ngx-mime/compare/v6.0.2...v6.0.3) (2018-05-23) +* number of pages is wrong on two page display ([#220](https://github.com/NationalLibraryOfNorway/ngx-mime/issues/220)) ([962c74a](https://github.com/NationalLibraryOfNorway/ngx-mime/commit/962c74a)), closes [#219](https://github.com/NationalLibraryOfNorway/ngx-mime/issues/219) + +## [6.0.4](https://github.com/NationalLibraryOfNorway/ngx-mime/compare/v6.0.2...v6.0.4) (2018-05-23) + + + +## [6.0.3](https://github.com/NationalLibraryOfNorway/ngx-mime/compare/v6.0.2...v6.0.3) (2018-05-23) diff --git a/package.json b/package.json index f51d53e1f..7a0e8b3dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationallibraryofnorway/ngx-mime", - "version": "6.0.4", + "version": "6.0.5", "description": "Mime IIIF viewer", "homepage": "https://github.com/NationalLibraryOfNorway/ngx-mime", "bugs": "https://github.com/NationalLibraryOfNorway/ngx-mime/issues",