You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by ms...@apache.org on 2017/06/08 13:14:46 UTC

incubator-senssoft-useralejs git commit: SENSSOFT-191: Added Changelog and updated package requirements

Repository: incubator-senssoft-useralejs
Updated Branches:
  refs/heads/master 98b7c34b3 -> bcb9b3637


SENSSOFT-191: Added Changelog and updated package requirements


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/bcb9b363
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/bcb9b363
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/bcb9b363

Branch: refs/heads/master
Commit: bcb9b36372d0e57dbc9a0fe2484d83c4add791cb
Parents: 98b7c34
Author: msbeard <ms...@apache.org>
Authored: Thu Jun 8 09:14:35 2017 -0400
Committer: msbeard <ms...@apache.org>
Committed: Thu Jun 8 09:14:35 2017 -0400

----------------------------------------------------------------------
 CHANGELOG.md |  7 +++++++
 package.json | 13 +++++++------
 2 files changed, 14 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/bcb9b363/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..71a3a42
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+Changelog
+=========
+
+0.1.0 (2017-06-09)
+------------------
+
+Initial release of UserALE.js 0.1.0.

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/bcb9b363/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 419feac..7875ca1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "useralejs",
-  "version": "0.2.1",
+  "version": "0.1.0",
   "description": "Javascript Client for UserAle",
   "main": "build/userale.js",
   "scripts": {
@@ -12,22 +12,23 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/draperlaboratory/useralejs.git"
+    "url": "git://git.apache.org/incubator-senssoft-useralejs.git"
   },
   "keywords": [
     "UserAle",
     "Logging"
   ],
-  "author": "Draper",
+  "author": "Apache SensSoft",
   "contributors": [
     "Clay Gimenez",
-    "Robert Foley"
+    "Robert Foley",
+    "Michelle Beard"
   ],
   "license": "Apache-2.0",
   "bugs": {
-    "url": "https://github.com/draperlaboratory/useralejs/issues"
+    "url": "https://issues.apache.org/jira/browse/senssoft"
   },
-  "homepage": "https://github.com/draperlaboratory/useralejs#readme",
+  "homepage": "http://senssoft.incubator.apache.org",
   "devDependencies": {
     "babel-preset-es2015": "^6.13.2",
     "babel-register": "^6.11.6",