Skip to content

Commit

Permalink
release v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhi2000 committed Jan 6, 2025
1 parent 1f13bf5 commit dd22446
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org).

---

## [v0.14.5 2025-01-07][v0.14.5]

- 내용채워넣기 quick-fix

---

## [v0.14.4 2025-01-06][v0.14.4]

- 내용채워넣기
Expand Down Expand Up @@ -108,4 +114,5 @@ and this project adheres to [Semantic Versioning](http://semver.org).
[v0.14.1]: https://github.com/chanhi2000/articles/compare/v0.14.0...v0.14.1
[v0.14.2]: https://github.com/chanhi2000/articles/compare/v0.14.1...v0.14.2
[v0.14.3]: https://github.com/chanhi2000/articles/compare/v0.14.2...v0.14.3
[v0.14.4]: https://github.com/chanhi2000/articles/compare/v0.14.3...v0.14.4
[v0.14.4]: https://github.com/chanhi2000/articles/compare/v0.14.3...v0.14.4
[v0.14.5]: https://github.com/chanhi2000/articles/compare/v0.14.4...v0.14.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chanhi2000.github.io",
"description": "My Personal Super Mindmap",
"version": "0.14.4",
"version": "0.14.5",
"license": "MIT",
"type": "module",
"private": true,
Expand Down
12 changes: 11 additions & 1 deletion src/about/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ cover: /images/about/coderman.webp

::: info 아이티정보기술(주) (2022-2024)

```component VPCard
{
"title": "모바일 온나라 1.0/2.0 (Android, Spring)",
"desc": "(2022-2024) 정부업무관리시스템(온나라 문서) 및 정부전자문서유통지원센터 유지관리 사업 용역",
"link": "/about/ititinfo/onnara-m.md",
"logo": "https://gis.ndms.go.kr/gpkisecureweb/image/install/favicon.ico",
"background": "rgba(102,125,176,0.2)"
}
```

:::

::: info 풀이러닝(주) (2021-2022)
Expand All @@ -57,7 +67,7 @@ cover: /images/about/coderman.webp

```component VPCard
{
"title": "스마트해법 앱북개발 (Android)",
"title": "스마트해법 앱북 (Android)",
"desc": "(2021-2022) 앱북: 스마트해법 초중등생 PDF기반 수학문제집 뷰어 및 문제풀이기능 연동",
"link": "/about/poole/smarthb.md",
"logo": "/images/about/poole/smarthb/ico-appbook.png",
Expand Down
2 changes: 1 addition & 1 deletion src/about/ititinfo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cover: http://ititinfo.com/thum_img/ittech01/banner/db45a70cdb160d2a9f5cb354048a
"title": "모바일 온나라 1.0/2.0 (Android, Spring)",
"desc": "(2022-2024) 정부업무관리시스템(온나라 문서) 및 정부전자문서유통지원센터 유지관리 사업 용역",
"link": "/about/ititinfo/onnara-m.md",
"logo": "/images/about/ititinfo/onsmob-v2/icon.png",
"logo": "https://gis.ndms.go.kr/gpkisecureweb/image/install/favicon.ico",
"background": "rgba(102,125,176,0.2)"
}
```

0 comments on commit dd22446

Please sign in to comment.