From 3b8ee1ba44ae089ef0596cf9f1f8ede1416bd071 Mon Sep 17 00:00:00 2001 From: "envronment-github-actions[bot]" <170081856+envronment-github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 14:18:38 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20Release=20docs?= =?UTF-8?q?=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release-please-manifest.json | 2 +- docs/CHANGELOG.md | 23 +++++++++++++++++++++++ docs/package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 docs/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e4aa0c..3a3b224 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "0.0.0", - "docs": "0.0.0" + "docs": "1.0.0" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..b667887 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2025-12-07) + + +### ✨ Features + +* **docs:** ✨ 📚️ Add other documentation links ([bf68d87](https://github.com/Streetless/docs/commit/bf68d87bf264e58c541e74c214dafb2f5c466ee7)) + + +### 🐛 Bug Fixes + +* **docs:** 🐛 📚️ Fix domain for umami plugin ([3de8e97](https://github.com/Streetless/docs/commit/3de8e97f4489a5b761c12e88387b7ed49b675dc1)) + + +### 📚 Documentation + +* 📚️ Rewriting in French ([523daaa](https://github.com/Streetless/docs/commit/523daaa8742c7a441d9b326c90e5b60a03e45d06)) + + +### ♻️ Code Refactoring + +* **docs:** ♻️ 📚️ Remove old feature svg ([bf68d87](https://github.com/Streetless/docs/commit/bf68d87bf264e58c541e74c214dafb2f5c466ee7)) diff --git a/docs/package.json b/docs/package.json index f676730..e838699 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@envronment/docs", - "version": "0.0.0", + "version": "1.0.0", "description": "Documentation for all projects of EnVRonment", "author": "Alwyn Mattapullut", "contributors": [],