From dd68d81f3b633736feca5e575b50670051cb7d6b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 3 Apr 2022 06:59:08 +0000 Subject: [PATCH] chore(release): v1.6.0 --- CHANGELOG.md | 40 +++++++++++++++++++++++++++++----------- package.json | 4 ++-- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821aa56..580a34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,39 +1,57 @@ +# [1.6.0](https://github.com/avneesh0612/portfolio/compare/v1.5.0...v1.6.0) (2022-04-03) + + +### Features + +* add umami and minor improvements ([f67a668](https://github.com/avneesh0612/portfolio/commit/f67a6688b3f452bf492abf9582ff4af2637a4ccd)) + + + # [1.5.0](https://github.com/avneesh0612/portfolio/compare/v1.4.2...v1.5.0) (2022-02-08) + ### Bug Fixes -- build and use link ([e8fc196](https://github.com/avneesh0612/portfolio/commit/e8fc1965d0f7d77fec6aecd0f0e8b8e8791f9312)) -- typo ([3ea1146](https://github.com/avneesh0612/portfolio/commit/3ea11468f2aa841de16712e253a03c941ae77f85)) -- use router instead of a tag ([d554049](https://github.com/avneesh0612/portfolio/commit/d554049f05bae4cde300afa6d152f7b39f45adeb)) +* build and use link ([e8fc196](https://github.com/avneesh0612/portfolio/commit/e8fc1965d0f7d77fec6aecd0f0e8b8e8791f9312)) +* typo ([3ea1146](https://github.com/avneesh0612/portfolio/commit/3ea11468f2aa841de16712e253a03c941ae77f85)) +* use router instead of a tag ([d554049](https://github.com/avneesh0612/portfolio/commit/d554049f05bae4cde300afa6d152f7b39f45adeb)) + ### Features -- changes on the 404 page ([eefac78](https://github.com/avneesh0612/portfolio/commit/eefac7857de018db1906f82d7cc1aef7204490bd)) +* changes on the 404 page ([eefac78](https://github.com/avneesh0612/portfolio/commit/eefac7857de018db1906f82d7cc1aef7204490bd)) + + ## [1.4.2](https://github.com/avneesh0612/portfolio/compare/v1.4.1...v1.4.2) (2022-01-30) + ### Bug Fixes -- add node types ([a77de92](https://github.com/avneesh0612/portfolio/commit/a77de92b4e04b87a2f5bc51d6c1c11a861716065)) +* add node types ([a77de92](https://github.com/avneesh0612/portfolio/commit/a77de92b4e04b87a2f5bc51d6c1c11a861716065)) + + ## [1.4.1](https://github.com/avneesh0612/portfolio/compare/v1.4.0...v1.4.1) (2022-01-22) + ### Bug Fixes -- og image ([117e68d](https://github.com/avneesh0612/portfolio/commit/117e68d7449a4f8bf1bf0bcd294b4dfa4b987b8a)) +* og image ([117e68d](https://github.com/avneesh0612/portfolio/commit/117e68d7449a4f8bf1bf0bcd294b4dfa4b987b8a)) + + # [1.4.0](https://github.com/avneesh0612/portfolio/compare/v1.3.0...v1.4.0) (2022-01-16) + ### Bug Fixes -- formatting ([d53e93c](https://github.com/avneesh0612/portfolio/commit/d53e93c61261d9b5b1d2ca7942ff27f7bf08dba7)) +* formatting ([d53e93c](https://github.com/avneesh0612/portfolio/commit/d53e93c61261d9b5b1d2ca7942ff27f7bf08dba7)) + ### Features -- minor refactors, and improve via feedback ([b05cc88](https://github.com/avneesh0612/portfolio/commit/b05cc88a0f9dae698038db9587c49b23d91caf74)) +* minor refactors, and improve via feedback ([b05cc88](https://github.com/avneesh0612/portfolio/commit/b05cc88a0f9dae698038db9587c49b23d91caf74)) -# [1.3.0](https://github.com/avneesh0612/portfolio/compare/v1.2.2...v1.3.0) (2022-01-14) -### Features -- added google analytics ([ce861ad](https://github.com/avneesh0612/portfolio/commit/ce861ada8b76474979fd5fb866bee55d7b9acc7f)) diff --git a/package.json b/package.json index fa28735..538217b 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,5 @@ "tailwindcss": "^3.0.23", "typescript": "^4.6.3" }, - "version": "1.5.0" -} + "version": "1.6.0" +} \ No newline at end of file