Skip to content

Commit 4948cd9

Browse files
chore(main): release 1.0.3 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e0bc96 commit 4948cd9

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.0.3"
33
}

Assets/Rivet/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "com.rivet.rivet",
33
"displayName": "Rivet",
4-
"version": "24.0.0",
4+
"version": "1.0.3",
55
"unity": "2021.3",
66
"description": "Description of the Rivet package",
7-
"keywords": ["rivet", "unity", "package"],
7+
"keywords": [
8+
"rivet",
9+
"unity",
10+
"package"
11+
],
812
"author": {
913
"name": "Rivet",
1014
"email": "support@rivet.gg",

CHANGELOG.md

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

3+
## [1.0.3](https://github.com/rivet-gg/plugin-unity/compare/v1.0.2...v1.0.3) (2024-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* Bump unity package version with release ([2a1eb18](https://github.com/rivet-gg/plugin-unity/commit/2a1eb18522d39ae4e764d8a92a9ba931b1a06d04))
9+
10+
11+
### Continuous Integration
12+
13+
* Fix release please finding config file ([6e6a2fc](https://github.com/rivet-gg/plugin-unity/commit/6e6a2fc8dd726e51159f5bf8aaebba878701d8c5))
14+
15+
16+
### Chores
17+
18+
* Fix release please manifest file name ([c071769](https://github.com/rivet-gg/plugin-unity/commit/c0717699cb1131475278061564bebaceabfa1284))
19+
* Fix version string ([8e0bc96](https://github.com/rivet-gg/plugin-unity/commit/8e0bc96e87caec8315207b677ca01f206a73bde0))
20+
* Update package author ([1c863d8](https://github.com/rivet-gg/plugin-unity/commit/1c863d8a062d798d74f91b01f75f2893da8833d9))
21+
322
## [1.0.2](https://github.com/rivet-gg/plugin-unity/compare/v1.0.1...v1.0.2) (2024-03-13)
423

524

0 commit comments

Comments
 (0)