This is an automated email from the ASF dual-hosted git repository.
acote pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git
The following commit(s) were added to refs/heads/master by this push:
new 104519b Bump to 1.2.4 (#1273)
104519b is described below
commit 104519b7ef4d5a169197ee95288f47d9fc354d58
Author: Alexis Côté <[email protected]>
AuthorDate: Wed Apr 29 19:16:31 2020 -0400
Bump to 1.2.4 (#1273)
---
package-lock.json | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index be5787f..f33b034 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "fauxton",
- "version": "1.2.3",
+ "version": "1.2.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6f78690..9f4406e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fauxton",
- "version": "1.2.3",
+ "version": "1.2.4",
"description": "Fauxton is a modular CouchDB dashboard and Futon
replacement.",
"main": "./index.js",
"directories": {