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

[3/7] incubator-senssoft-useralejs git commit: SENSSOFT-203: More feedback.

SENSSOFT-203: More feedback.


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/690d8a37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/690d8a37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/690d8a37

Branch: refs/heads/SENSSOFT-192
Commit: 690d8a3798c1784612512a7c715222ae9b12a53e
Parents: ba3f81d
Author: msbeard <ms...@apache.org>
Authored: Mon Aug 21 14:09:55 2017 -0400
Committer: msbeard <ms...@apache.org>
Committed: Mon Aug 21 14:09:55 2017 -0400

----------------------------------------------------------------------
 .gitignore   | 1 +
 CHANGELOG.md | 6 +++---
 package.json | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/690d8a37/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0408af4..8ed5199 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.idea
 /node_modules/*
 /build/*
 /logs/*

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/690d8a37/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b7042d..ce9baad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,10 @@
 Changelog
 =========
 
-0.1.0 (2017-06-09)
-------------------
+UserALE.js - 0.1.0 (2017-08-25)
+-------------------------------
 * Initial release of UserALE.js 0.1.0.
-* Release Notes - SensSoft - Version UserALE.js 0.1.0
+* Release Report - goo.gl/6gjWj1
   * Sub-task
     * [SENSSOFT-91] - Userale.js Jenkins Build
 

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/690d8a37/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0a9d1f4..8da4605 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "useralejs",
-  "version": "0.1.0",
+  "version": "1.0.0",
   "description": "UserALE.js is the UserALE client for DOM and JavaScript-based applications. It automatically attaches event handlers to log every user interaction on a web page, including rich JS single-page apps.",
   "main": "build/userale.js",
   "scripts": {