Skip to content

Commit

Permalink
chore: release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Dec 21, 2021
1 parent ac6d507 commit 2c637a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/scripts/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.1](https://github.com/rive-app/rive-ios/compare/0.15.14...1.0.1)
#### [1.0.2](https://github.com/rive-app/rive-ios/compare/1.0.1...1.0.2)

- Fixing arm64 build. [`ac6d507`](https://github.com/rive-app/rive-ios/commit/ac6d5072558732deeaa66d2483f01495c3b67648)

### [1.0.1](https://github.com/rive-app/rive-ios/compare/0.15.14...1.0.1)

> 13 December 2021
- Starting to hook up skia renderer. [`78bc04d`](https://github.com/rive-app/rive-ios/commit/78bc04d426b13e697137970f4ac8d53809682e3b)
- Improving skia context handling. [`d62abfb`](https://github.com/rive-app/rive-ios/commit/d62abfb3b2dbd55425a44bb61b8ce69788ab88f5)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 2c637a6

Please sign in to comment.