From addcbebe7a103a0fc1f79f94ff4f5d1112537fcd Mon Sep 17 00:00:00 2001 From: Nikolaj Brask-Nielsen Date: Sat, 5 Mar 2022 13:37:59 +0100 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db37df6..f12dfffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [1.3.0](https://github.com/nikcio/Nikcio.UHeadless/compare/v1.2.0...v1.3.0) (2022-03-05) + + +### Features + +* Added media queries ([dd4c079](https://github.com/nikcio/Nikcio.UHeadless/commit/dd4c0799fe2cebf38fda73fe91c76665c972e6a9)) +* Added XML docs & nullable ([98eb8d8](https://github.com/nikcio/Nikcio.UHeadless/commit/98eb8d8556c4bd9ab0ed57232085b6363509cee8)) + ## [1.2.0](https://github.com/nikcio/Nikcio.UHeadless/compare/v1.1.0...v1.2.0) (2022-03-01) diff --git a/package.json b/package.json index 3969ae55..f3e2f3dc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.3.0", "devDependencies": { "standard-version": "^9.3.2" },