From 042d6e109eee77fb308a79935cc4f696880b0156 Mon Sep 17 00:00:00 2001 From: Leonardo Ascione Date: Tue, 14 Jan 2020 18:20:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4036db3..3fb82a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.2.2](https://github.com/favoloso/remarkable-admonitions/compare/v0.2.1...v0.2.2) (2020-01-14) + + +### 🐛 Bug Fixes + +* Parse admonitions within lists ([5d70c74](https://github.com/favoloso/remarkable-admonitions/commit/5d70c74)), closes [#26](https://github.com/favoloso/remarkable-admonitions/issues/26) + + +### 📚 Documentation + +* Add example for custom title and types ([21b22f3](https://github.com/favoloso/remarkable-admonitions/commit/21b22f3)) + + ## [0.2.1](https://github.com/favoloso/remarkable-admonitions/compare/v0.2.0...v0.2.1) (2019-03-13) diff --git a/package.json b/package.json index 13c7ac5..af0d0f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remarkable-admonitions", - "version": "0.2.1", + "version": "0.2.2", "description": "A remarkable plugin to add admonitions support", "repository": "https://github.com/favoloso/remarkable-admonitions.git", "author": "Leonardo Ascione ",