diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc84c8..8a3f5f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.3.2](https://github.com/governify/render/compare/v2.3.1...v2.3.2) (2023-11-08) + + + +## [2.3.1](https://github.com/governify/render/compare/v2.3.0...v2.3.1) (2023-11-08) + + + # [2.3.0](https://github.com/governify/render/compare/v2.2.0...v2.3.0) (2023-02-12) diff --git a/README.md b/README.md index 5ee6be4..94e6f77 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,18 @@ # Governify Render -[![Node.js CI](https://github.com/governify/render/workflows/Node.js%20CI/badge.svg?branch=master)](https://github.com/governify/render/actions) -[![Coverage Status](https://coveralls.io/repos/github/governify/render/badge.svg)](https://coveralls.io/github/governify/render) + Standard - JavaScript Style Guide [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) -## Copyright notice - -**<%= pkg.name %>** 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. +Please refer to [Governify docs](https://docs.governify.io) to get the documentation. -For technical inquiry please contact to [engineering team](./extra/about.md). +### Running the server +To run the server, run: -## Latest release +``` +npm start +``` -[![Build Status](https://travis-ci.org/<%= pkg.repository.github.replace(/http:\/\/github.com\//,"") %>.svg?branch=master)](https://travis-ci.org/<%= pkg.repository.github %>) - -The version <%= pkg.version %> is the latest stable version of <%= pkg.name %> component. -see [release note](<%= pkg.repository.github %>/releases/tag/<%= pkg.version %>) for details. - -For running: +## Copyright notice -- Download latest version from [<%= pkg.version %>](<%= pkg.repository.github %>/releases/tag/<%= pkg.version %>) +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 cd3fdd1..18e262a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "governify-render", - "version": "2.3.0", + "version": "2.3.2", "description": "", "main": "index.js", "scripts": {