From beded0b7b4bcdb0d4a941f044a4e1bc7aceacd85 Mon Sep 17 00:00:00 2001 From: Theodorus Clarence Date: Sun, 6 Feb 2022 16:20:53 +0700 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4969d62..289e66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [0.3.0](https://github.com/theodorusclarence/notiolink/compare/v0.2.0...v0.3.0) (2022-02-06) + + +### ⚠ BREAKING CHANGES + +* add category tree + +### Features + +* add category tree ([7b72869](https://github.com/theodorusclarence/notiolink/commit/7b72869c55c9aaf31cd1abe7c7ff3fee6e0e8fc4)) + ## [0.2.0](https://github.com/theodorusclarence/notiolink/compare/v0.1.1...v0.2.0) (2022-02-06) diff --git a/package.json b/package.json index fd7ac85..e3e79b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notiolink", - "version": "0.2.0", + "version": "0.3.0", "private": true, "scripts": { "dev": "next dev",