From c3cc7c3d38d985502036e11af56b6dff6d1085a6 Mon Sep 17 00:00:00 2001 From: Mark Hahn Date: Fri, 5 Feb 2016 12:47:18 -0800 Subject: [PATCH] bumping version --- .gitignore | 1 + CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4354c8..cd87300 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules *.md nohup.out +*.log diff --git a/CHANGELOG.md b/CHANGELOG.md index 350caa8..af41eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +### 2.1.1 - 1/5/16 + +Duplicate due to APM problem + ### 2.1.0 - 1/5/16 Now works on any file with an MD extension (thanks OJFord) diff --git a/package.json b/package.json index c5501ca..dac6f6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-scroll-sync", "main": "./lib/main", - "version": "2.1.0", + "version": "2.1.1", "description": "Auto-scroll markdown-preview tab to match markdown source", "repository": "https://github.com/mark-hahn/markdown-scroll-sync", "license": "MIT",