Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 1b8f612

Browse files
author
SeverinDK
committed
Bumped package versions and updated README
1 parent 37945f1 commit 1b8f612

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
## Synopsis
88
This is a Moment.js plugin that allows the use of timers, which offer much more control than the native JavaScript timers. It's basically a rewrite of JavaScripts own setInterval and setTimeout. For an example, see the example folder or read the Usage section below.
99

10-
---
11-
12-
## Latest major changes
13-
14-
**Module loading was added in v1.2.0 thanks to [Alxmerino.](https://github.com/Alxmerino)**
15-
1610
---
1711

1812
## Installation
@@ -150,6 +144,8 @@ Feel free to [open a new issue](https://github.com/SeverinDK/moment-timer/issues
150144
---
151145
152146
## Changelog
147+
#### v1.2.3
148+
[Relaxed moment dependency.](https://github.com/SeverinDK/moment-timer/pull/13)
153149
#### v1.2.2
154150
Removed debug console.log
155151
#### v1.2.1

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timer",
3-
"version": "1.2.1",
3+
"version": "1.2.3",
44
"description": "A moment.js plugin for timers setInterval & setTimeout.",
55
"main": "lib/moment-timer.js",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timer",
3-
"version": "1.2.1",
3+
"version": "1.2.3",
44
"description": "A moment.js plugin for timers setInterval & setTimeout.",
55
"main": "lib/moment-timer.js",
66
"repository": {

0 commit comments

Comments
 (0)