Skip to content

Commit 129494b

Browse files
committed
Bump version to 2.10.6
1 parent 6a2e2c0 commit 129494b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Moment.js.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Moment.js</id>
5-
<version>2.10.5</version>
5+
<version>2.10.6</version>
66
<authors>Tim Wood</authors>
77
<owners>Cory Deppen, Iskren Chernev</owners>
88
<description>A lightweight javascript date library for parsing, manipulating, and formatting dates.</description>

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment",
3-
"version": "2.10.5",
3+
"version": "2.10.6",
44
"main": "moment.js",
55
"description": "Parse, validate, manipulate, and display dates in JavaScript.",
66
"files": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment",
3-
"version": "2.10.5",
3+
"version": "2.10.6",
44
"description": "Parse, validate, manipulate, and display dates",
55
"homepage": "http://momentjs.com",
66
"author": "Iskren Ivov Chernev <[email protected]> (https://github.com/ichernev)",

src/moment.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//! moment.js
2-
//! version : 2.10.5
2+
//! version : 2.10.6
33
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
44
//! license : MIT
55
//! momentjs.com
66

77
import { hooks as moment, setHookCallback } from './lib/utils/hooks';
88

9-
moment.version = '2.10.5';
9+
moment.version = '2.10.6';
1010

1111
import {
1212
min,

0 commit comments

Comments
 (0)