Skip to content

Commit 7765dee

Browse files
committed
🔖 Release v0.3.0
1 parent 82a2fa9 commit 7765dee

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

3+
<a name="0.3.0"></a>
4+
## [v0.3.0](https://github.com/neutron0831/nlp100-ts/compare/v0.2.0...v0.3.0) (2023-04-19)
5+
6+
### Added
7+
8+
- 👷‍♂️ Run `test.yml` only for untested tests [[82a2fa9](https://github.com/neutron0831/nlp100-ts/commit/82a2fa9)]
9+
- ✅ Add Exercise 29 test ([#29](https://github.com/neutron0831/nlp100-ts/issues/29)) [[23a5be3](https://github.com/neutron0831/nlp100-ts/commit/23a5be3)]
10+
- ✨ Add Exercise 29 ([#29](https://github.com/neutron0831/nlp100-ts/issues/29)) [[3fd8fc1](https://github.com/neutron0831/nlp100-ts/commit/3fd8fc1)]
11+
- ✅ Add Exercise 28 test ([#28](https://github.com/neutron0831/nlp100-ts/issues/28)) [[3c48f58](https://github.com/neutron0831/nlp100-ts/commit/3c48f58)]
12+
- ✨ Add Exercise 28 ([#28](https://github.com/neutron0831/nlp100-ts/issues/28)) [[ab7468e](https://github.com/neutron0831/nlp100-ts/commit/ab7468e)]
13+
- ✅ Add Exercise 27 test ([#27](https://github.com/neutron0831/nlp100-ts/issues/27)) [[c4ad8bc](https://github.com/neutron0831/nlp100-ts/commit/c4ad8bc)]
14+
- ✨ Add Exercise 27 ([#27](https://github.com/neutron0831/nlp100-ts/issues/27)) [[f7812cc](https://github.com/neutron0831/nlp100-ts/commit/f7812cc)]
15+
- ✅ Add Exercise 26 test ([#26](https://github.com/neutron0831/nlp100-ts/issues/26)) [[56ae4d9](https://github.com/neutron0831/nlp100-ts/commit/56ae4d9)]
16+
- ✨ Add Exercise 26 ([#26](https://github.com/neutron0831/nlp100-ts/issues/26)) [[f0cd6de](https://github.com/neutron0831/nlp100-ts/commit/f0cd6de)]
17+
- ✅ Add Exercise 25 test ([#25](https://github.com/neutron0831/nlp100-ts/issues/25)) [[62a0ccc](https://github.com/neutron0831/nlp100-ts/commit/62a0ccc)]
18+
- ✨ Add Exercise 25 ([#25](https://github.com/neutron0831/nlp100-ts/issues/25)) [[cd9d727](https://github.com/neutron0831/nlp100-ts/commit/cd9d727)]
19+
- ✅ Add Exercise 24 test ([#24](https://github.com/neutron0831/nlp100-ts/issues/24)) [[c87677a](https://github.com/neutron0831/nlp100-ts/commit/c87677a)]
20+
- ✨ Add Exercise 24 ([#24](https://github.com/neutron0831/nlp100-ts/issues/24)) [[5cae007](https://github.com/neutron0831/nlp100-ts/commit/5cae007)]
21+
- ✅ Add Exercise 23 test ([#23](https://github.com/neutron0831/nlp100-ts/issues/23)) [[c49d1c1](https://github.com/neutron0831/nlp100-ts/commit/c49d1c1)]
22+
- ✨ Add Exercise 23 ([#23](https://github.com/neutron0831/nlp100-ts/issues/23)) [[3622d9c](https://github.com/neutron0831/nlp100-ts/commit/3622d9c)]
23+
- ✅ Add Exercise 22 test ([#22](https://github.com/neutron0831/nlp100-ts/issues/22)) [[64df6f2](https://github.com/neutron0831/nlp100-ts/commit/64df6f2)]
24+
- ✨ Add Exercise 22 ([#22](https://github.com/neutron0831/nlp100-ts/issues/22)) [[6a873b3](https://github.com/neutron0831/nlp100-ts/commit/6a873b3)]
25+
- ✅ Add Exercise 21 test ([#21](https://github.com/neutron0831/nlp100-ts/issues/21)) [[d967eed](https://github.com/neutron0831/nlp100-ts/commit/d967eed)]
26+
- ✨ Add Exercise 21 ([#21](https://github.com/neutron0831/nlp100-ts/issues/21)) [[908322f](https://github.com/neutron0831/nlp100-ts/commit/908322f)]
27+
- ✅ Add Exercise 20 test ([#20](https://github.com/neutron0831/nlp100-ts/issues/20)) [[714ba20](https://github.com/neutron0831/nlp100-ts/commit/714ba20)]
28+
- ✨ Add Exercise 20 ([#20](https://github.com/neutron0831/nlp100-ts/issues/20)) [[99f7ac9](https://github.com/neutron0831/nlp100-ts/commit/99f7ac9)]
29+
- ✨ Update `AttachmentPanel.vue` [[0bc47ad](https://github.com/neutron0831/nlp100-ts/commit/0bc47ad)]
30+
31+
### Changed
32+
33+
- 📱 Wrap words when the output is long [[85e3e48](https://github.com/neutron0831/nlp100-ts/commit/85e3e48)]
34+
- 🚸 Scroll to exercises after rendering [[7d1f15a](https://github.com/neutron0831/nlp100-ts/commit/7d1f15a)]
35+
- 🍱 Add `enwiki-country.json.gz` [[72bde9e](https://github.com/neutron0831/nlp100-ts/commit/72bde9e)]
36+
- 👽 Update `pnpm-lock.yaml` [[88373fd](https://github.com/neutron0831/nlp100-ts/commit/88373fd)]
37+
38+
### Fixed
39+
40+
- 🚑 Update a personal access token [[5abb560](https://github.com/neutron0831/nlp100-ts/commit/5abb560)]
41+
42+
### Miscellaneous
43+
44+
- 📝 Add `README.md` of Chapter 3 [[e688799](https://github.com/neutron0831/nlp100-ts/commit/e688799)]
45+
- 🩹 Add `?url` suffix [[3ff2c0a](https://github.com/neutron0831/nlp100-ts/commit/3ff2c0a)]
46+
47+
348
<a name="0.2.0"></a>
449
## [v0.2.0](https://github.com/neutron0831/nlp100-ts/compare/v0.1.1...v0.2.0) (2023-03-26)
550

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nlp100-ts",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "NLP 100 Exercise 2020 (Rev 2) in TypeScript",
55
"keywords": [
66
"nlp100",

0 commit comments

Comments
 (0)