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

Commit 35174a3

Browse files
committed
build: 1.2.1
- 북마크 추가 및 삭제가 안되는 문제를 수정하였습니다.
1 parent a78fc5e commit 35174a3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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+
# [v1.2.1](https://github.com/junah201/velog-helper/releases/tag/v1.2.1)
4+
5+
- 북마크 추가 및 삭제가 안되는 문제를 수정하였습니다.
6+
37
# [v1.2.0](https://github.com/junah201/velog-helper/releases/tag/v1.2.0)
48

59
- DB를 서울 리전으로 이전하고, 모든 서버를 서버리스 아키텍처로 변경하여 서버 반응 시간이 단축되었습니다.

frontend/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Velog Helper",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"action": {
66
"default_popup": "./popup.html",
77
"default_icon": {
@@ -25,8 +25,7 @@
2525
},
2626
"host_permissions": [
2727
"https://velog.io/*",
28-
"http://3bxsddbb222i3zghh77frbcyoa0pbwan.lambda-url.ap-northeast-2.on.aws/*",
29-
"https://3bxsddbb222i3zghh77frbcyoa0pbwan.lambda-url.ap-northeast-2.on.aws/*"
28+
"https://3t4g2w8kcf.execute-api.ap-northeast-2.amazonaws.com/prod/*"
3029
],
3130
"permissions": [
3231
"activeTab",

0 commit comments

Comments
 (0)