Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitfff3e40

Browse files
committed
v4.2.1
1 parent35bcd44 commitfff3e40

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎components/bower.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"handlebars",
3-
"version":"4.2.0",
3+
"version":"4.2.1",
44
"main":"handlebars.js",
55
"license":"MIT",
66
"dependencies": {}

‎components/handlebars.js.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>handlebars.js</id>
5-
<version>4.2.0</version>
5+
<version>4.2.1</version>
66
<authors>handlebars.js Authors</authors>
77
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
88
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>

‎components/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"handlebars",
3-
"version":"4.2.0",
3+
"version":"4.2.1",
44
"license":"MIT",
55
"jspm": {
66
"main":"handlebars",

‎lib/handlebars/base.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {registerDefaultHelpers} from './helpers';
44
import{registerDefaultDecorators}from'./decorators';
55
importloggerfrom'./logger';
66

7-
exportconstVERSION='4.2.0';
7+
exportconstVERSION='4.2.1';
88
exportconstCOMPILER_REVISION=7;
99

1010
exportconstREVISION_CHANGES={

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"handlebars",
33
"barename":"handlebars",
4-
"version":"4.2.0",
4+
"version":"4.2.1",
55
"description":"Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
66
"homepage":"http://www.handlebarsjs.com/",
77
"keywords": [

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp