Skip to content

Commit 10ffb8d

Browse files
author
Eric Kuhn
committed
version 1.2.0
1 parent d1822c9 commit 10ffb8d

File tree

9 files changed

+9832
-21
lines changed

9 files changed

+9832
-21
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#General
22
#-------------------------------------------------------------------------------
33
node_modules/
4-
yarn.lock
54
.vscode
65
dist
76

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

1111
---
1212

13+
## [1.2.0] - 2020-08-06
14+
15+
### Added
16+
- Add `yarn.lock` in root
17+
- Add `yarn.lock` in example folder
18+
- Add `package-lock.json` in example folder
19+
20+
### Changed
21+
- Update TypeScript version from 3.8.3 to 3.9.7
22+
- Update lodash version from 4.17.15 to 4.17.19
23+
- Only import `minBy` and `remove` from lodash
24+
- Update dependencies in example
25+
26+
### Fixed
27+
- Remove `yarn.lock` from the `.gitignore` file list
28+
29+
---
30+
1331
## [1.1.9] - 2020-04-17
1432

1533
### Changed

0 commit comments

Comments
 (0)