diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ca9c8..4b23eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [2.9.6](https://github.com/governify/reporter/compare/v2.9.5...v2.9.6) (2023-11-08) + + + +## [2.9.5](https://github.com/governify/reporter/compare/v2.9.4...v2.9.5) (2023-11-08) + + + +## [2.9.4](https://github.com/governify/reporter/compare/v2.9.3...v2.9.4) (2023-11-08) + + + +## [2.9.3](https://github.com/governify/reporter/compare/v2.9.2...v2.9.3) (2023-11-08) + + + +## [2.9.2](https://github.com/governify/reporter/compare/v2.9.1...v2.9.2) (2023-11-08) + + + ## [2.9.1](https://github.com/governify/reporter/compare/v2.9.0...v2.9.1) (2023-07-19) diff --git a/README.md b/README.md index ebd16d5..b1f75c4 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,18 @@ # Governify Reporter -[![Node.js CI](https://github.com/governify/reporter/workflows/Node.js%20CI/badge.svg?branch=master)](https://github.com/governify/reporter/actions) -[![Coverage Status](https://coveralls.io/repos/github/governify/reporter/badge.svg)](https://coveralls.io/github/governify/reporter) + Standard - JavaScript Style Guide [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) +Please refer to [Governify docs](https://docs.governify.io) to get the documentation. -GAUSS reporter is a component of the Governify ecosystem. +### Running the server +To run the server, run: -## Copyright notice - -**governify-project-gauss-reporter** is open-source software available under the GNU General Public License (GPL) version 3 (GPL v3). - -All including documentation and code are copyrighted and the copyright is owned by [ISA Group](http://www.isa.us.es), -[University of Sevilla](http://www.us.es), unauthorized reproduction or distribution of this copyrighted work is illegal. -For commercial licensing terms, please [contact](./extra/contact.md) for any inquiry. - -For technical inquiry please contact to [engineering team](./extra/about.md). +``` +npm start +``` -## Latest release - -The version 1.0.0 is the latest stable version of governify-project-gauss-reporter component. -see [release note](http://github.com/isa-group/governify-project-gauss-reporter/releases/tag/1.0.0) for details. - -For running: +## Copyright notice -- Download latest version from [1.0.0](http://github.com/isa-group/governify-project-gauss-reporter/releases/tag/1.0.0) +Please refer to [Governify License](https://docs.governify.io/about/license/) to get Copyright and License details. diff --git a/package.json b/package.json index 555a12b..bef8b5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "governify-reporter", "buildOn": "2020-11-05", - "version": "2.9.1", + "version": "2.9.6", "description": "A reporter for Governify project", "homepage": "https://github.com/governify/reporter", "main": "index.js",