From 4646af39b09f92cbba4d0256a750b66c4ab68a44 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sun, 6 Jan 2019 20:55:05 -0800 Subject: [PATCH] 3.1.0 --- NEWS.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0cb9b87..7d30240 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,15 @@ ## [Unreleased] -[Unreleased]: https://github.com/electron-userland/electron-installer-snap/compare/v3.0.1...master +[Unreleased]: https://github.com/electron-userland/electron-installer-snap/compare/v3.1.0...master + +## [3.1.0] - 2019-01-06 + +[3.1.0]: https://github.com/electron-userland/electron-installer-snap/compare/v3.0.1...v3.1.0 + +### Added + +* Normalize and validate the Snap name (#13) ## [3.0.1] - 2018-12-26 diff --git a/package.json b/package.json index 4edb844..d874a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-installer-snap", - "version": "3.0.1", + "version": "3.1.0", "description": "Build snapcraft packages for Electron applications", "author": "Mark Lee", "license": "Apache-2.0",