Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mquandalle committed Apr 29, 2015
1 parent f732404 commit f5002f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.4.3

* Support body attributes #121
* Support reactives mustaches in “style” tags #102
* Fix char reference handling in tag attributes #106

## v0.4.2

* Fix tags support inside “dot-notation” blocks #92 #109
Expand Down
2 changes: 1 addition & 1 deletion packages/jade-compiler/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Compiler for the meteor-jade template language",
version: "0.4.2",
version: "0.4.3",
name: "mquandalle:jade-compiler",
git: "https://github.com/mquandalle/meteor-jade.git",
documentation: "../../README.md"
Expand Down
4 changes: 2 additions & 2 deletions packages/jade/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Jade template language",
version: "0.4.2",
version: "0.4.3",
name: "mquandalle:jade",
git: "https://github.com/mquandalle/meteor-jade.git",
documentation: "../../README.md"
Expand All @@ -13,7 +13,7 @@ Package.registerBuildPlugin({
"[email protected]",
"[email protected]",
"[email protected]",
"mquandalle:[email protected].2"
"mquandalle:[email protected].3"
],
sources: [
"plugin/handler.js",
Expand Down

0 comments on commit f5002f1

Please sign in to comment.