diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d5d8c..d3fe03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.2.6](https://github.com/unjs/untyped/compare/v0.2.5...v0.2.6) (2021-07-22) + + +### Bug Fixes + +* handle multiline tags, title, description ([#12](https://github.com/unjs/untyped/issues/12)) ([45b2f7d](https://github.com/unjs/untyped/commit/45b2f7d9d68fa954aefa36343a49ef5b9b186371)) + ### [0.2.5](https://github.com/unjs/untyped/compare/v0.2.4...v0.2.5) (2021-04-09) diff --git a/package.json b/package.json index 02d71f5..24e8a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untyped", - "version": "0.2.5", + "version": "0.2.6", "description": "", "repository": "unjs/untyped", "license": "MIT",