[Pkg-javascript-commits] [node-acorn-jsx] 292/484: Mark release 0.9.0

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:20:45 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 01a89cfec14fa4875b98c3e829e5a76a2a1208f7
Author: Marijn Haverbeke <marijnh at gmail.com>
Date:   Wed Oct 1 23:21:25 2014 +0200

    Mark release 0.9.0
---
 AUTHORS               | 1 +
 acorn.js              | 2 +-
 bin/update_authors.sh | 2 +-
 package.json          | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 8bb9fd7..a9e6016 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -25,4 +25,5 @@ Oskar Schöldström
 Paul Harper
 Peter Rust
 PlNG
+r-e-d
 zsjforcn
diff --git a/acorn.js b/acorn.js
index 24b7ff5..6360d11 100644
--- a/acorn.js
+++ b/acorn.js
@@ -28,7 +28,7 @@
 })(this, function(exports) {
   "use strict";
 
-  exports.version = "0.8.1";
+  exports.version = "0.9.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/bin/update_authors.sh b/bin/update_authors.sh
index 466c8db..a517bc0 100755
--- a/bin/update_authors.sh
+++ b/bin/update_authors.sh
@@ -1,6 +1,6 @@
 # Combine existing list of authors with everyone known in git, sort, add header.
 tail --lines=+3 AUTHORS > AUTHORS.tmp
 git log --format='%aN' | grep -v abraidwood >> AUTHORS.tmp
-echo -e "List of Acorn contributors. Updated before every release.\n" > AUTHORS
+echo "List of Acorn contributors. Updated before every release.\n" > AUTHORS
 sort -u AUTHORS.tmp >> AUTHORS
 rm -f AUTHORS.tmp
diff --git a/package.json b/package.json
index 7b01a78..572f3c9 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
     "description": "ECMAScript parser",
     "homepage": "http://marijnhaverbeke.nl/acorn/",
     "main": "acorn.js",
-    "version": "0.8.1",
+    "version": "0.9.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