From 5a4421af51c7a92144912e7cda080e08f27ba105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Teles?= Date: Sun, 15 Dec 2024 10:13:09 -0300 Subject: [PATCH] docs: create a new changelog file and update navigation to include it --- .gitignore | 2 ++ CHANGELOG.md | 10 ---------- docs/.vitepress/config.ts | 5 ++++- docs/en/changelog.md | 5 +++++ 4 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 docs/en/changelog.md diff --git a/.gitignore b/.gitignore index 6f8f72a..6865444 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ coverage docs/.vitepress/cache/deps/_metadata.json docs/.vitepress/cache/ docs/.vitepress/cache/deps/_metadata.json +docs/.vitepress/cache/deps/_metadata.json +docs/.vitepress/cache/deps/@theme_index.js.map diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b65244..66f4222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,13 +55,3 @@ - **tests:** skip tests for fetching, clearing, and deleting multiple records [#10](https://github.com/holy-sheets/holy-sheets/issues/10) ([2733e57](https://github.com/holy-sheets/holy-sheets/commit/2733e57135516d9d4d8d694efbf978639ac30191)) - **updateFirst:** enhance updateFirst function with optional metadata support and improved error handling [#10](https://github.com/holy-sheets/holy-sheets/issues/10) ([57e1dee](https://github.com/holy-sheets/holy-sheets/commit/57e1deef02c6611f7f690926e336bead02191a45)) - **updateMany:** enhance updateMany function to support optional metadata and improve error handling [#10](https://github.com/holy-sheets/holy-sheets/issues/10) ([44032f2](https://github.com/holy-sheets/holy-sheets/commit/44032f299543c4a444c67cbc731c06632fcf1c74)) - -# Changelog - -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. - -### 1.0.1 (2024-05-20) - -# Changelog - -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. diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index c0f5090..e2de24d 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -61,7 +61,6 @@ export default defineConfig({ { text: 'Reference', items: [ - { text: 'Authentication', link: '/en/reference/authentication' }, { text: 'Error Handling', link: '/en/reference/error-handling' }, { text: 'Operations', link: '/en/reference/operations' } ] @@ -69,6 +68,10 @@ export default defineConfig({ { text: 'Configuration', link: '/en/configuration' + }, + { + text: 'Changelog', + link: '/en/changelog' } ] }, diff --git a/docs/en/changelog.md b/docs/en/changelog.md new file mode 100644 index 0000000..7e2f0f1 --- /dev/null +++ b/docs/en/changelog.md @@ -0,0 +1,5 @@ +# CHANGELOG + +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. + +