Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 532de09

Browse files
committed
build : 0.2.1.6
heroku url 변경 대응
1 parent af8b3c9 commit 532de09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Velog Helper - Change Log
22

3+
# [v0.2.1.6](https://github.com/junah201/velog-helper/releases/tag/v0.2.1.6)
4+
5+
- 백엔드 서버의 URL이 http 에서 https로 변경됨에 따라 크롬 확장프로그램이 요청할 수 있는 Host를 수정하였습니다.
6+
37
# [v0.2.1.5](https://github.com/junah201/velog-helper/releases/tag/v0.2.1.5)
48

59
- 이제 웨일 브라우저에서도 velog-helper를 사용할 수 있습니다.

frontend/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Velog Helper",
4-
"version": "0.2.1.5",
4+
"version": "0.2.1.6",
55
"action": {
66
"default_popup": "./popup.html",
77
"default_icon": {

0 commit comments

Comments
 (0)