diff --git a/CHANGELOG.md b/CHANGELOG.md index fef6f5b2..6a2abe0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v1.9.85 +* CHORE (release): change from pre-release to release [View](https://github.com/Gisto/Gisto/commit/ba66c50ac145f7c0b88b14c0579275d6316e5f7a) + ### v1.9.84 * CHORE (readme): update release cycle [View](https://github.com/Gisto/Gisto/commit/6f2cd836ec4eacb1ca5b10b12715c7c80ca92367) * TOOLS (webpack): add size plugin [View](https://github.com/Gisto/Gisto/commit/95b12f9a40b7de29d8bf8b4b8a22bab3c720ba15) diff --git a/README.md b/README.md index ac25afcc..e8ff3590 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Snippets made awesome -[![Current Gisto version](https://img.shields.io/badge/version-v1.9.84-blue.svg?colorB=3F84A8&style=flat-square)](https://github.com/Gisto/Gisto) +[![Current Gisto version](https://img.shields.io/badge/version-v1.9.85-blue.svg?colorB=3F84A8&style=flat-square)](https://github.com/Gisto/Gisto) [![GitHub license](https://img.shields.io/github/license/Gisto/Gisto.svg?style=flat-square)](https://github.com/Gisto/Gisto/blob/master/LICENSE) [![Coveralls github branch](https://img.shields.io/coveralls/github/Gisto/Gisto/next.svg?style=flat-square)](https://coveralls.io/github/Gisto/Gisto) [![Code Climate](https://img.shields.io/codeclimate/maintainability-percentage/Gisto/Gisto.svg?style=flat-square)](https://codeclimate.com/github/Gisto/Gisto) diff --git a/package-lock.json b/package-lock.json index a6b1f85c..5a11fe34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gisto", - "version": "1.9.84", + "version": "1.9.85", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 946877b3..8702ad0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gisto", - "version": "1.9.84", + "version": "1.9.85", "description": "Gisto is a Cross-platform snippets management desktop application that allows you and/or your team share code snippets fast and easily. Based on GitHub Gists Infrastructure which means you can use all your existing snippets by connecting your GitHub account! Gisto started as an attempt to fulfill the lack of a syntax highlighted and cloud synchronized code snippet solution. You may think of Gisto as Evernote for code.", "productName": "Gisto", "main": "main.js",