-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"contributors": [ | ||
"S. Amir Mohammad Najafi <[email protected]> (njfamirm.ir" | ||
], | ||
"version": "1.0.0", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"private": true, | ||
"type": "module", | ||
|