Compare commits

...

2 Commits

Author SHA1 Message Date
Nils Knappmeier 0d5c691f36 v4.2.2 2019-10-02 22:12:55 +02:00
Nils Knappmeier ea1ae7c19f Update release notes 2019-10-02 22:12:17 +02:00
6 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "4.2.1",
"version": "4.2.2",
"main": "handlebars.js",
"license": "MIT",
"dependencies": {}
+1 -1
View File
@@ -2,7 +2,7 @@
<package>
<metadata>
<id>handlebars.js</id>
<version>4.2.1</version>
<version>4.2.2</version>
<authors>handlebars.js Authors</authors>
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "4.2.1",
"version": "4.2.2",
"license": "MIT",
"jspm": {
"main": "handlebars",
+1 -1
View File
@@ -4,7 +4,7 @@ import {registerDefaultHelpers} from './helpers';
import {registerDefaultDecorators} from './decorators';
import logger from './logger';
export const VERSION = '4.2.1';
export const VERSION = '4.2.2';
export const COMPILER_REVISION = 7;
export const REVISION_CHANGES = {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"barename": "handlebars",
"version": "4.2.1",
"version": "4.2.2",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
+7 -1
View File
@@ -2,7 +2,13 @@
## Development
[Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...master)
[Commits](https://github.com/wycats/handlebars.js/compare/v4.2.2...master)
## v4.2.2 - October 2nd, 2019
- [#1562](https://github.com/wycats/handlebars.js/issues/1562) - Error message for syntax error missing location in 4.2.1+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.2.2)
## v4.2.1 - September 20th, 2019
Bugfixes: