Skip to content

Commit 0ec45ee

Browse files
committed
Release version 1.1.0
1 parent e434dd1 commit 0ec45ee

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.0](https://github.com/nflaig/loopback4-migration/compare/v1.0.2...v1.1.0) (2020-07-19)
6+
7+
### Features
8+
9+
* remove requirement to have a certain version of loopback packages
10+
11+
12+
13+
514
## [1.0.2](https://github.com/nflaig/loopback4-migration/compare/v1.0.1...v1.0.2) (2020-07-05)
615

716
### Bug Fixes
@@ -10,13 +19,17 @@ All notable changes to this project will be documented in this file.
1019
* add change number to find latest migration instead of using timestamp
1120

1221

22+
23+
1324
## [1.0.1](https://github.com/nflaig/loopback4-migration/compare/v1.0.0...v1.0.1) (2020-06-29)
1425

1526
### Bug Fixes
1627

1728
* fix resolving path of package.json
1829

1930

31+
32+
2033
## 1.0.0 (2020-06-27)
2134

2235
Initial version

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback4-migration",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "LoopBack 4 Migration Component",
55
"keywords": [
66
"loopback-4",

0 commit comments

Comments
 (0)