Skip to content

Commit 608d219

Browse files
committed
chore(release): 0.2.0
1 parent 489d8bd commit 608d219

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.0](https://github.com/AnishDe12020/devkit/compare/v0.1.1...v0.2.0) (2021-11-13)
6+
7+
8+
### Features
9+
10+
* **sidebar:** added a close button to the sidebar in mobile view and it now spans across the screen ([230c391](https://github.com/AnishDe12020/devkit/commits/230c391edce6eec58504381b680e6754d9e66595))
11+
* **sidebar:** took a more responsive and better approach by using a sidebar layout ([ba9746d](https://github.com/AnishDe12020/devkit/commits/ba9746dfa74dc49a764a4b66e3fade75ade184d5))
12+
* **sidebar:** tool names show up on the header instead of inside the tool ([a3cda33](https://github.com/AnishDe12020/devkit/commits/a3cda33a9e4391f3b041d5a5f41318ed27e6eed7))
13+
514
### [0.1.1](https://github.com/AnishDe12020/devkit/compare/v0.1.0...v0.1.1) (2021-11-12)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devkit",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)