From 8f7d4dcb1157192d8105109bb8810a6ab88f615d Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Mon, 15 Apr 2019 12:55:51 +0200 Subject: [PATCH 1/3] Simplify links in package.json --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 3152d79..e860964 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,6 @@ "types": "types/easymde.d.ts", "license": "MIT", "author": "Jeroen Akkerman", - "bugs": { - "url": "https://github.com/ionaru/easy-markdown-editor/issues" - }, "dependencies": { "codemirror": "^5.43.0", "codemirror-spell-checker": "1.1.2", @@ -40,10 +37,7 @@ "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^2.0.0" }, - "repository": { - "type": "git", - "url": "https://github.com/ionaru/easy-markdown-editor" - }, + "repository": "github:Ionaru/easy-markdown-editor", "scripts": { "prepare": "gulp", "test:types": "tsc --project types/tsconfig.json" From 5882c0393303982d5b6df050e4dc39fd832b122f Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Mon, 15 Apr 2019 12:58:06 +0200 Subject: [PATCH 2/3] Updated changelog for 2.6.0 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6c508..c8e521a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + +## [2.6.0] - 2019-04-15 ### Added - Contributing guide (Thanks to [@roipoussiere], [#54]). - Issue templates. @@ -13,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Finish rewrite of README (Thanks to [@roipoussiere], [#54]). - Image and link prompt fill with "https://" by default. -- Link to markdown guide to https://www.markdownguide.org/basic-syntax/. +- Link to markdown guide to . ### Fixed - Backwards compatibility in the API with SimpleMDE 1.0.0 ([#41]). @@ -123,7 +124,8 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown [@sne11ius]: https://github.com/sne11ius -[Unreleased]: https://github.com/Ionaru/easy-markdown-editor/compare/2.5.1...HEAD +[Unreleased]: https://github.com/Ionaru/easy-markdown-editor/compare/2.6.0...HEAD +[2.6.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.5.1...2.6.0 [2.5.1]: https://github.com/Ionaru/easy-markdown-editor/compare/2.5.0...2.5.1 [2.5.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.4.2...2.5.0 [2.4.2]: https://github.com/Ionaru/easy-markdown-editor/compare/2.4.1...2.4.2 From aa7ea0b76240322c0cbd60d570ee4f90bd85a17b Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Mon, 15 Apr 2019 12:58:18 +0200 Subject: [PATCH 3/3] 2.6.0 --- 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 7b2ba62..ccd4426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "easymde", - "version": "2.5.1", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e860964..23441c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easymde", - "version": "2.5.1", + "version": "2.6.0", "description": "A simple, beautiful, and embeddable JavaScript Markdown editor that easy to use. Features include autosaving and spell checking.", "files": [ "dist/**/*",