Skip to content

Commit 9f8266b

Browse files
author
Arthur Aulicino
committed
feat: bump version to 1.2.0
1 parent 63eddf5 commit 9f8266b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [UNRELEASED]
7+
## [1.2.0] - 2022-07-03
88
### Added
99
- MoveNextAndExpect<T>() custom assertion.
1010
- MoveNextAndExpect(object value) custom assertion.
@@ -17,6 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
### Added
1818
- Initial release.
1919

20-
[UNRELEASED]: https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/compare/1.1.0...UNRELEASED
20+
[1.2.0]: https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/compare/1.1.0...1.2.0
2121
[1.1.0]: https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/compare/1.0.0...1.1.0
2222
[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.1.0",
4+
"version": "1.2.0",
55
"unity": "2020.3",
66
"description": "Mocking Unity3D Coroutines in Unity3D using NSubstitute",
77
"keywords": [

0 commit comments

Comments
 (0)