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

Commit e682a29

Browse files
committed
chore(release): v0.2.0
1 parent 2fc5664 commit e682a29

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 0.2.0 (2021-04-03)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 asset 경로 로직 수정 ([a9db461](https://github.com/divlook/pixel-art/commit/a9db461af66790870680b1fb736970af794f5f13))
7+
8+
9+
### Features
10+
11+
* :sparkles: 캔버스 컨트롤러 추가 ([00ac5b7](https://github.com/divlook/pixel-art/commit/00ac5b79c716e3cecd53af8117412bfbd696b5cd))
12+
13+
14+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@divlook/pixel-art",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"keywords": [
66
"art",
@@ -35,4 +35,4 @@
3535
"typedoc-plugin-markdown": "^3.6.0",
3636
"typescript": "^4.2.3"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)