Skip to content

Commit 83bc349

Browse files
committed
πŸ”– Release v0.0.1
1 parent 005cc63 commit 83bc349

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
3+
<a name="0.0.1"></a>
4+
## [v0.0.1](https://github.com/neutron0831/nlp100-ts/compare/v0.0.0...0.0.1) (2023-03-12)
5+
6+
### Added
7+
8+
- βž• Add gitmoji-changelog [[005cc63](https://github.com/neutron0831/nlp100-ts/commit/005cc63)]
9+
- ✨ Add release workflow [[a5ed370](https://github.com/neutron0831/nlp100-ts/commit/a5ed370)]
10+
- ✨ Add navigation drawer [[89cbfe1](https://github.com/neutron0831/nlp100-ts/commit/89cbfe1)]
11+
- ✨ Add a button to toggle theme [[73442ae](https://github.com/neutron0831/nlp100-ts/commit/73442ae)]
12+
- ✨ Add not found view [[8e6129c](https://github.com/neutron0831/nlp100-ts/commit/8e6129c)]
13+
- ✨ Add chapter view [[7ed5664](https://github.com/neutron0831/nlp100-ts/commit/7ed5664)]
14+
- βž• Add unplugin-vue-components [[f30e63b](https://github.com/neutron0831/nlp100-ts/commit/f30e63b)]
15+
- βž• Add unplugin-auto-import [[b82cbbb](https://github.com/neutron0831/nlp100-ts/commit/b82cbbb)]
16+
- βž• Add lint-staged [[97b9ec9](https://github.com/neutron0831/nlp100-ts/commit/97b9ec9)]
17+
- βž• Add husky [[5e710fb](https://github.com/neutron0831/nlp100-ts/commit/5e710fb)]
18+
- βž• Add commitlint [[57ccbf0](https://github.com/neutron0831/nlp100-ts/commit/57ccbf0)]
19+
- ✨ Install Vue.js [[d634ac4](https://github.com/neutron0831/nlp100-ts/commit/d634ac4)]
20+
21+
### Changed
22+
23+
- πŸ’„ Add footer [[dcbdab1](https://github.com/neutron0831/nlp100-ts/commit/dcbdab1)]
24+
- πŸ’„ Update default view [[479bf71](https://github.com/neutron0831/nlp100-ts/commit/479bf71)]
25+
26+
### Fixed
27+
28+
- πŸ’š Fix build errors [[6cfb6ab](https://github.com/neutron0831/nlp100-ts/commit/6cfb6ab)]
29+
30+
### Miscellaneous
31+
32+
- πŸš€ Add Netlify deploy stuff [[7267fc0](https://github.com/neutron0831/nlp100-ts/commit/7267fc0)]
33+
- πŸ“ Add `README.md` [[fa29d1c](https://github.com/neutron0831/nlp100-ts/commit/fa29d1c)]
34+
- πŸ“„ Add `LICENSE` [[895d98d](https://github.com/neutron0831/nlp100-ts/commit/895d98d)]
35+
36+
37+
<a name="0.0.0"></a>
38+
## [v0.0.0](https://github.com/neutron0831/nlp100-ts/commits/v0.0.0) (2023-02-11)
39+
40+
### Added
41+
42+
- πŸŽ‰ Initial commit [[848c882](https://github.com/neutron0831/nlp100-ts/commit/848c882)]
43+
44+

β€Ž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.0.0",
3+
"version": "0.0.1",
44
"description": "NLP 100 Exercise 2020 (Rev 2) in TypeScript",
55
"keywords": [
66
"nlp100",

0 commit comments

Comments
Β (0)