From e2f082ed1d35694eda89440ddca70a5741f6ef6d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Nov 2020 13:46:46 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/BLaZeKiLL/CodeBlazeLibrary/compare/v1.4.1...v1.5.0) (2020-11-28) ### Features * Merge pull request [#27](https://github.com/BLaZeKiLL/CodeBlazeLibrary/issues/27) from dharmeshmp/main ([e9efe5a](https://github.com/BLaZeKiLL/CodeBlazeLibrary/commit/e9efe5a0ef711a5f582fbb1de34037b51987355e)) --- Assets/Src/Library/package.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Assets/Src/Library/package.json b/Assets/Src/Library/package.json index e508344..4774954 100644 --- a/Assets/Src/Library/package.json +++ b/Assets/Src/Library/package.json @@ -1,6 +1,6 @@ { "name": "io.codeblaze.library", - "version": "1.4.1", + "version": "1.5.0", "displayName": "CodeBlaze Library", "description": "Extensions for unity API", "unity": "2020.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index e33d3b3..b01ca3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/BLaZeKiLL/CodeBlazeLibrary/compare/v1.4.1...v1.5.0) (2020-11-28) + + +### Features + +* Merge pull request [#27](https://github.com/BLaZeKiLL/CodeBlazeLibrary/issues/27) from dharmeshmp/main ([e9efe5a](https://github.com/BLaZeKiLL/CodeBlazeLibrary/commit/e9efe5a0ef711a5f582fbb1de34037b51987355e)) + ## [1.4.1](https://github.com/BLaZeKiLL/CodeBlazeLibrary/compare/v1.4.0...v1.4.1) (2020-11-01)