Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2006b6

Browse filesBrowse files
committed
Bump version to 2.24.4
1 parent 536ad0c commit f2006b6
Copy full SHA for f2006b6

File tree

5 files changed

+6
-6
lines changed
Filter options

5 files changed

+6
-6
lines changed

‎Moment.js.nuspec

Copy file name to clipboardExpand all lines: Moment.js.nuspec
+1-1Lines changed: 1 addition & 1 deletion
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.29.3</version>
5+
<version>2.29.4</version>
66
<authors>Tim Wood, Iskren Chernev, Moment.js contributors</authors>
77
<owners>Cory Deppen, Iskren Chernev</owners>
88
<description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>

‎component.json

Copy file name to clipboardExpand all lines: component.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment",
3-
"version": "2.29.3",
3+
"version": "2.29.4",
44
"main": "moment.js",
55
"description": "Parse, validate, manipulate, and display dates in JavaScript.",
66
"files": [

‎meteor/package.js

Copy file name to clipboardExpand all lines: meteor/package.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var packageName = 'momentjs:moment'; // https://atmospherejs.com/momentjs/momen
66
Package.describe({
77
name: packageName,
88
summary: 'Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging',
9-
version: '2.29.3',
9+
version: '2.29.4',
1010
git: 'https://github.com/moment/moment.git'
1111
});
1212

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment",
3-
"version": "2.29.3",
3+
"version": "2.29.4",
44
"description": "Parse, validate, manipulate, and display dates",
55
"homepage": "https://momentjs.com",
66
"author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)",

‎src/moment.js

Copy file name to clipboardExpand all lines: src/moment.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//! moment.js
2-
//! version : 2.29.3
2+
//! version : 2.29.4
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.29.3';
9+
moment.version = '2.29.4';
1010

1111
import {
1212
min,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.