Skip to content

Commit 45232dd

Browse files
committed
Changelog and package locks
1 parent a102c60 commit 45232dd

File tree

4 files changed

+167
-175
lines changed

4 files changed

+167
-175
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
### Changelog
2+
- 1.2.1 (2020-09-05)
3+
- Misc:
4+
- Update vulnerable dependencies
5+
- Publish to npm.pkg.github.com
26
- 1.2.0 (2020-06-27)
37
- Features:
48
- Add codecov
59
- 1.1.4 (2020-06-12)
610
- Misc:
711
- Add homepage to package.json
8-
- Add changelog ;)
12+
- Add changelog ;)

package-lock.json

Lines changed: 129 additions & 124 deletions
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,7 +1,7 @@
11
{
22
"name": "rrule-by-pattern",
33
"description": "Build rrules by patterns / templates like '111100' (i.e. 4 on, 2 off). rrule.js extension.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"homepage": "https://kanunnykov.github.io/rrule-by-pattern/",
66
"main": "./dist/es5/rruleByPattern.js",
77
"module": "./dist/esm/src/index.js",

0 commit comments

Comments
 (0)