Skip to content

Commit 098a1ad

Browse files
author
Arthur Aulicino
committed
feat: bump version to 1.1.0 and update CHANGELOG.md
1 parent 40f3e77 commit 098a1ad

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.0] - 2022-06-16
8+
### Added
9+
- Nested coroutine calls support.
10+
711
## [1.0.0] - 2022-06-13
812
### Added
9-
- Initial release
13+
- Initial release.
1014

11-
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v1.0.0
15+
[1.1.0]: https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/compare/1.0.0...1.1.0
16+
[1.0.0]: https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/releases/tag/1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.aaulicino.unity-coroutines-for-nsubstitute",
33
"displayName": "Unity Coroutines for NSubstitute",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"unity": "2020.3",
66
"description": "Mocking Unity3D Coroutines in Unity3D using NSubstitute",
77
"keywords": [

0 commit comments

Comments
 (0)