From b09fd528ed24b0eef9031cfa40bd54a28d7ffeb7 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sat, 9 Aug 2025 14:57:58 +0800 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6e282..d181b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.0 - 2025-08-09 + +- Changed license to MPL-2.0 +- Fixed dist directory not exist error + ## 1.1.0 - 2024-03-04 - Changed license to MIT diff --git a/package.json b/package.json index f99d041..00cecf6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "git+https://github.com/guoyunhe/vite-plugin-adsense.git" }, "funding": "https://github.com/sponsors/guoyunhe", - "license": "MIT", + "license": "MPL-2.0", "author": { "name": "Guo Yunhe", "email": "i@guoyunhe.me"