From 780569df89f91afb98a6531a551bb1c3d4c06703 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 26 Apr 2024 12:21:14 +0000 Subject: [PATCH 1/2] Deploy README.md to GitHub Pages --- docs/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 8018d89..170f4c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,5 @@ The purpose of forking Libello is to explore and learn about GitHub Actions, con ## Deployments -- App - https://notes-scd.web.app/ -- Docs - https://masoodghauri.github.io/Notes_CI-CD_SCD_LibelloForked/ +- [App](https://notes-scd.web.app/) +- [Docs](https://masoodghauri.github.io/Notes_CI-CD_SCD_LibelloForked/) From 5a92b6cae46693078ac74009e02d1182bd4ac989 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 26 Apr 2024 12:29:37 +0000 Subject: [PATCH 2/2] chore(release): v0.1.0 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..82fafe8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# 0.1.0 (2024-04-26) + + +### Features + +* release notes yml file added ([5dce1a0](https://github.com/MasoodGhauri/Notes_CI-CD_SCD_LibelloForked/commit/5dce1a0045a522a5b5fd97dd2dc21a1fcb9611d3)) + + + diff --git a/package.json b/package.json index 460f2c4..e80bcb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libello", "private": true, - "version": "0.0.0", + "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", @@ -36,4 +36,4 @@ "globals": "^15.0.0", "vite": "^3.1.0" } -} +} \ No newline at end of file