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

Commit 83214c6

Browse files
authored
release: v1.0.9 업데이트 (#115)
* chore: 프로그래머스 전체 문제를 크롤링하는 리포지토리 경로 변경 (#114) * chore: 프로그래머스 전체 문제를 크롤링하는 리포지토리 경로 변경 * docs: 프로그래머스 전체 문제를 크롤링하는 리포지토리 뱃지 경로 변경 * release: v1.0.9 업데이트
1 parent a511143 commit 83214c6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/pjffalefhahlellpckbbiehmbljjhihl?label=users%40chrome)
55
![Chrome Web Store Rating Count](https://img.shields.io/chrome-web-store/rating-count/pjffalefhahlellpckbbiehmbljjhihl)
66
![Chrome Web Store Ratings](https://img.shields.io/chrome-web-store/rating/pjffalefhahlellpckbbiehmbljjhihl)
7-
[![sync-problems](https://github.com/dev-redo/programmers-problems/actions/workflows/sync-problems.yaml/badge.svg)](https://github.com/dev-redo/programmers-problems/actions/workflows/sync-problems.yaml)
7+
[![sync-problems](https://github.com/dev-red5/programmers-problems/actions/workflows/sync-problems.yaml/badge.svg)](https://github.com/dev-red5/programmers-problems/actions/workflows/sync-problems.yaml)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99

1010
[![Chrome Web Store](https://storage.googleapis.com/chrome-gcs-uploader.appspot.com/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png)](https://chrome.google.com/webstore/detail/%ED%94%84%EB%A1%9C%EC%86%94%EB%B8%8Cpro-solve/pjffalefhahlellpckbbiehmbljjhihl/related?hl=ko)
@@ -104,5 +104,5 @@ Chart는 유저가 각 레벨 문제들을 전체 중 몇 개(퍼센트) 풀었
104104

105105
## 📜 링크 & 문서
106106

107-
- [전체 문제 저장소](https://github.com/dev-redo/programmers-problems)
108-
- [개발 회고록](https://velog.io/@dev-redo/%ED%94%84%EB%A1%9C%EC%86%94%EB%B8%8C-%ED%81%AC%EB%A1%AC-%EC%9D%B5%EC%8A%A4%ED%85%90%EC%85%98-%EA%B0%9C%EB%B0%9C-%ED%9B%84%EA%B8%B0)
107+
- [전체 문제 저장소](https://github.com/dev-red5/programmers-problems)
108+
- [개발 회고록](https://velog.io/@dev-redo/%ED%94%84%EB%A1%9C%EC%86%94%EB%B8%8C-%ED%81%AC%EB%A1%AC-%EC%9D%B5%EC%8A%A4%ED%85%90%EC%85%98-%EA%B0%9C%EB%B0%9C-%ED%9B%84%EA%B8%B0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosolve",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"main": "index.js",
55
"pretty": "prettier --write \"src/**/*.(ts|tsx)\"",
66
"scripts": {

src/constants/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const ALL_PROBLEM_URL =
2-
'https://cdn.jsdelivr.net/gh/dev-redo/programmers-problems@main/problems.json';
2+
'https://cdn.jsdelivr.net/gh/dev-red5/programmers-problems@main/problems.json';
33

44
const PROBLEM_URL =
55
'https://school.programmers.co.kr/api/v1/school/challenges/?statuses[]=solved&page=';

src/static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "프로솔브(Pro-Solve)",
33
"description": "제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"manifest_version": 3,
66
"icons": {
77
"16": "icon.png",

0 commit comments

Comments
 (0)