Skip to content

Commit

Permalink
chore: add auto changelog (#10)
Browse files Browse the repository at this point in the history
* chore: add autochangelog

* docs: update changelog
  • Loading branch information
axmad386 authored Oct 7, 2021
1 parent 4fbfc81 commit ae79321
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.0.1

- feat: tajweed surah 1 kemenag version [`#3`](https://github.com/kodepintar/colorfull-quran/pull/3)
- feat: style page surah [`#2`](https://github.com/kodepintar/colorfull-quran/pull/2)
- feat: styling home page [`#1`](https://github.com/kodepintar/colorfull-quran/pull/1)
- feat: kemenag LPMQ font [`3b2f06f`](https://github.com/kodepintar/colorfull-quran/commit/3b2f06f3dd54057174bf72bb506fbd166c6ca5ed)
- feat: new db Quran kemenag [`3a192c6`](https://github.com/kodepintar/colorfull-quran/commit/3a192c666aa45e7f054b8d6edd60214b286709c1)
- chore: init svelte-kit [`4da80e4`](https://github.com/kodepintar/colorfull-quran/commit/4da80e4318c6e109d1abb1e3146189e00db7d6b1)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "code",
"name": "colorfull-quran",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev --host=0.0.0.0",
Expand All @@ -8,13 +8,15 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.20",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
Expand Down
85 changes: 85 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae79321

Please sign in to comment.