[Pkg-javascript-commits] [node-jade] 67/72: 0.0.4
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sun Jul 3 18:03:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to annotated tag upstream/1.0.0
in repository node-jade.
commit 7464bebf1884b8e09309e43be745aa3c75adea9b
Author: Rob Loach <robloach at gmail.com>
Date: Fri Nov 13 06:47:55 2015 -0500
0.0.4
---
CHANGELOG.md | 6 +++++-
package.json | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 772727a..adc4caf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,8 +3,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
+
+## [0.0.4][0.0.4]
### Changed
- Switched to [Keep a Changelog](http://keepachangelog.com/) spec for CHANGELOG.md
+- Creates an `options.filename` for `*File()` functions, if one is not provided
## [0.0.3] - 2015-07-13
### Added
@@ -26,6 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release
-[unreleased]: https://github.com/jstransformers/jstransformer/compare/0.0.3...HEAD
+[unreleased]: https://github.com/jstransformers/jstransformer/compare/0.0.4...HEAD
+[0.0.4]: https://github.com/jstransformers/jstransformer/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/jstransformers/jstransformer/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/jstransformers/jstransformer/compare/0.0.1...0.0.2
diff --git a/package.json b/package.json
index 9d02737..698c60d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jstransformer",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "Normalize the API of any jstransformer",
"keywords": [
"jstransformer"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jade.git
More information about the Pkg-javascript-commits
mailing list