Skip to content

Commit

Permalink
Minor version bump, Security fix
Browse files Browse the repository at this point in the history
- corrects security advisories 55 & 532

moment/moment#4163
moment/moment#4326

Update package.json and readme.
  • Loading branch information
justbill2020 committed Feb 19, 2021
1 parent bcd8305 commit 5e1bbb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -149,6 +149,8 @@ Feel free to [open a new issue](https://github.com/SeverinDK/moment-timer/issues
---
## Changelog
#### v1.3.1
Added nodejs example and increased minimum version of moment. See https://github.com/SeverinDK/moment-timer/issues/26
#### v1.3.0
Fixed issue where .stop() would not stop the timer. See https://github.com/SeverinDK/moment-timer/issues/20
#### v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "moment-timer",
"version": "1.3.0",
"version": "1.3.1",
"description": "A moment.js plugin for timers setInterval & setTimeout.",
"main": "lib/moment-timer.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "moment-timer",
"version": "1.3.0",
"version": "1.3.1",
"description": "A moment.js plugin for timers setInterval & setTimeout.",
"main": "lib/moment-timer.js",
"repository": {
"type": "git",
"url": "https://github.com/SeverinDK/moment-timer"
},
"dependencies": {
"moment": ">= 1.6.0"
"moment": ">= 2.19.3"
},
"authors": [
"Søren Ernst <some12thing@gmail.com>"
Expand Down

0 comments on commit 5e1bbb3

Please sign in to comment.