From 6d3c9d340bf6e33794389e7c275b4578c317efd8 Mon Sep 17 00:00:00 2001 From: NoraH1to Date: Tue, 15 Aug 2023 15:42:54 +0800 Subject: [PATCH] chore(release): 1.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2845434..073f910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [1.9.0](https://github.com/NoraH1to/yue/compare/v1.8.0...v1.9.0) (2023-08-15) + + +### Features + +* **txt:** support `.txt` files ([024f20c](https://github.com/NoraH1to/yue/commit/024f20c8d91b91a67bdc16057b5a9a38e9875f80)), closes [#5](https://github.com/NoraH1to/yue/issues/5) + ## [1.8.0](///compare/v1.7.0...v1.8.0) (2023-08-05) diff --git a/package.json b/package.json index e6e46da..0debef1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yue", "private": true, - "version": "1.8.0", + "version": "1.9.0", "type": "commonjs", "license": "MIT", "author": "NoraH1to ",