From d58ae56cbf7a46f855ba68085c6a2521d722d226 Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Sat, 7 Oct 2023 22:40:30 +0330 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e2f64fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# 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. + +## 0.1.0 (2023-10-07) + + +### Features + +* **.github:** add build workflow ([a79cdbf](https://github.com/njfamirm/decap-cms-github-backend/commit/a79cdbf0491896f490bb3ec37dc4602b0baf3ae2)) +* **.github:** add publish container workflow ([bde0a66](https://github.com/njfamirm/decap-cms-github-backend/commit/bde0a66c89a58bfe0e8e21b3f000961123f4e4a9)) +* **.github:** add sync label workflow ([d17ac95](https://github.com/njfamirm/decap-cms-github-backend/commit/d17ac95dad87be29c699681270d4f4bf8413ccf8)) +* add dockerfile ([d19d7f7](https://github.com/njfamirm/decap-cms-github-backend/commit/d19d7f7c2b78e396a21f9dc1e78d598c21f436da)) +* add esbuild/tsc build ([7daf18e](https://github.com/njfamirm/decap-cms-github-backend/commit/7daf18efd6fff06c02a07dee654224d4d10b685c)) +* add logger ([fb61463](https://github.com/njfamirm/decap-cms-github-backend/commit/fb61463f73cc9d3b1420ae33c38e7353922584d4)) +* **route:** add home ([c380754](https://github.com/njfamirm/decap-cms-github-backend/commit/c380754d9472e78a3d274a71c414a86720962a0e)) +* update blog link ([3a0041f](https://github.com/njfamirm/decap-cms-github-backend/commit/3a0041f3dea6638dd81a0b820924ee3ba2b16019)) +* update blog link ([#5](https://github.com/njfamirm/decap-cms-github-backend/issues/5)) ([89bf5e6](https://github.com/njfamirm/decap-cms-github-backend/commit/89bf5e6bcb228a1165afb824bb2ee4596387db08)) + + +### Bug Fixes + +* blog post link ([#6](https://github.com/njfamirm/decap-cms-github-backend/issues/6)) ([62a9bbd](https://github.com/njfamirm/decap-cms-github-backend/commit/62a9bbd5fc695c08f2ccd71d67b190a6f1e3b4eb)) +* **esbuild:** add external deps ([45c3ecc](https://github.com/njfamirm/decap-cms-github-backend/commit/45c3ecce251f86542b7b9803d5513fa06e32e9c6)) +* pass config ([37a4e54](https://github.com/njfamirm/decap-cms-github-backend/commit/37a4e54442e1d513f4551e20a226e345dcf88ff4)) +* **route/auth:** write head to set header ([9c9d723](https://github.com/njfamirm/decap-cms-github-backend/commit/9c9d723a46a48dbe95318e09e54e196ea9d4f141)) diff --git a/package.json b/package.json index 5449057..3c469c6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "contributors": [ "S. Amir Mohammad Najafi (njfamirm.ir" ], - "version": "1.0.0", + "version": "0.1.0", "license": "MIT", "private": true, "type": "module",