Skip to content

Commit e788aa6

Browse files
committed
Updated changelog and package
1 parent af1526f commit e788aa6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.1.2] - 2020-08-23
4+
5+
###Added
6+
- Hiding warning 162 with pragma
7+
8+
###Updated
9+
- var to explicit type
10+
- author name to TNRD
11+
312
## [1.1.1] - 2020-08-19
413

514
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "net.tnrd.safeevent",
33
"displayName": "Safe Event",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"unity": "2019.1",
66
"description": "An event class that has extra checks to help prevent mistakes",
77
"keywords": [
@@ -17,7 +17,7 @@
1717
"issues"
1818
],
1919
"author": {
20-
"name": "Christiaan Bloemendaal",
20+
"name": "TNRD",
2121
"email": "[email protected]",
2222
"url": "https://www.tnrd.net"
2323
},

0 commit comments

Comments
 (0)