From 935ef9d40e0297497e470d477a57fbee0e691645 Mon Sep 17 00:00:00 2001 From: about-code Date: Mon, 16 Sep 2019 21:57:35 +0200 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ad528a..4bbee584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.1](https://github.com/about-code/glossarify-md/compare/v1.1.0...v1.1.1) (2019-09-16) + ## [1.1.0](https://github.com/about-code/glossarify-md/compare/v1.0.0...v1.1.0) (2019-09-15) diff --git a/package-lock.json b/package-lock.json index 3185bd32..1962aeb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b4c8efa..c5413863 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "1.1.0", + "version": "1.1.1", "description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.", "main": "bin/index.js", "repository": {