[Pkg-javascript-commits] [node-jade] 72/72: Release 1.0.0
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 7cad069255989318fc5638228fd2fa54fe35992f
Author: Timothy Gu <timothygu99 at gmail.com>
Date: Sun Jun 5 18:09:59 2016 -0700
Release 1.0.0
---
CHANGELOG.md | 9 ++++++---
package.json | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index adc4caf..f4655b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
-## [Unreleased][unreleased]
+## [1.0.0] - 2016-06-06
+### Changed
+- Browser support is fixed
+- Marked as stable
-## [0.0.4][0.0.4]
+## [0.0.4] - 2015-11-23
### 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
@@ -29,7 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release
-[unreleased]: https://github.com/jstransformers/jstransformer/compare/0.0.4...HEAD
+[1.0.0]: https://github.com/jstransformers/jstransformer/compare/0.0.4...1.0.0
[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 698c60d..3dce89a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jstransformer",
- "version": "0.0.4",
+ "version": "1.0.0",
"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