Skip to content

Commit 543489e

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](1.3.1...1.4.0) (2022-10-25) ### Bug Fixes * Add missing persist-credentials to workflow ([cd288e6](cd288e6)) ### Features * Add CI configuration ([27eb0fc](27eb0fc))
1 parent 6c65149 commit 543489e

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.4.0](https://github.com/mygamedevtools/extensions/compare/1.3.1...1.4.0) (2022-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Add missing persist-credentials to workflow ([cd288e6](https://github.com/mygamedevtools/extensions/commit/cd288e6edaa8ff57c1eb6dbe8c59ed5083669d7e))
7+
8+
9+
### Features
10+
11+
* Add CI configuration ([27eb0fc](https://github.com/mygamedevtools/extensions/commit/27eb0fcbff3c8ee864757f1e54c95014b18f6505))
12+
113
## [1.3.1] - 2022-10-24
214
- Added: OpenUPM documentation.
315

@@ -25,4 +37,4 @@
2537
[1.3.0]: https://github.com/mygamedevtools/extensions/compare/1.2.0...1.3.0
2638
[1.2.0]: https://github.com/mygamedevtools/extensions/compare/1.1.0...1.2.0
2739
[1.1.0]: https://github.com/mygamedevtools/extensions/compare/1.0.0...1.1.0
28-
[1.0.0]: https://github.com/mygamedevtools/extensions/compare/593b818...1.0.0
40+
[1.0.0]: https://github.com/mygamedevtools/extensions/compare/593b818...1.0.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mygamedevtools.extensions",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"displayName": "Extensions",
55
"description": "A personal collection of Unity Engine tools, extensions and helpers.",
66
"unity": "2019.4",
@@ -15,4 +15,4 @@
1515
"com.unity.ugui": "1.0.0"
1616
},
1717
"type": "tool"
18-
}
18+
}

0 commit comments

Comments
 (0)