[Pkg-javascript-commits] [node-acorn-jsx] 281/484: Mark version 0.8.0
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 19 14:20:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-acorn-jsx.
commit 456f74e34fb6bb6dbed3329f30e3a397414e4d07
Author: Marijn Haverbeke <marijnh at gmail.com>
Date: Fri Sep 12 16:56:07 2014 +0200
Mark version 0.8.0
---
AUTHORS | 1 +
acorn.js | 2 +-
package.json | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 276eaac..8bb9fd7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,6 +19,7 @@ Marijn Haverbeke
Martin Carlberg
Mathias Bynens
Mathieu 'p01' Henri
+Max Schaefer
Mihai Bazon
Oskar Schöldström
Paul Harper
diff --git a/acorn.js b/acorn.js
index 05124c7..da2b19c 100644
--- a/acorn.js
+++ b/acorn.js
@@ -28,7 +28,7 @@
})(this, function(exports) {
"use strict";
- exports.version = "0.7.1";
+ exports.version = "0.8.0";
// The main exported interface (under `self.acorn` when in the
// browser) is a `parse` function that takes a code string and
diff --git a/package.json b/package.json
index 808e0a8..269ca95 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "ECMAScript parser",
"homepage": "http://marijnhaverbeke.nl/acorn/",
"main": "acorn.js",
- "version": "0.7.1",
+ "version": "0.8.0",
"engines": {"node": ">=0.4.0"},
"maintainers": [{"name": "Marijn Haverbeke",
"email": "marijnh at gmail.com",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git
More information about the Pkg-javascript-commits
mailing list