diff --git a/CHANGELOG.md b/CHANGELOG.md index fda5da7..deddcf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [1.1.0](https://github.com/nflaig/loopback4-migration/compare/v1.0.2...v1.1.0) (2020-07-19) + +### Features + +* remove requirement to have a certain version of loopback packages + + + + ## [1.0.2](https://github.com/nflaig/loopback4-migration/compare/v1.0.1...v1.0.2) (2020-07-05) ### Bug Fixes @@ -10,6 +19,8 @@ All notable changes to this project will be documented in this file. * add change number to find latest migration instead of using timestamp + + ## [1.0.1](https://github.com/nflaig/loopback4-migration/compare/v1.0.0...v1.0.1) (2020-06-29) ### Bug Fixes @@ -17,6 +28,8 @@ All notable changes to this project will be documented in this file. * fix resolving path of package.json + + ## 1.0.0 (2020-06-27) Initial version diff --git a/package-lock.json b/package-lock.json index 3dc179e..df2a72c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "loopback4-migration", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 077c8c8..e5950c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback4-migration", - "version": "1.0.2", + "version": "1.1.0", "description": "LoopBack 4 Migration Component", "keywords": [ "loopback-4",