Skip to content

Commit

Permalink
Merge pull request #1191 from openkraken/release/0.10.2
Browse files Browse the repository at this point in the history
Release/0.10.2
  • Loading branch information
andycall committed Mar 2, 2022
2 parents 6e10c87 + a58b394 commit 0a6bf9b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish_to_dart_dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Kraken To pub.dev

on: [workflow_dispatch]
on:
release:
types: [created]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
12 changes: 12 additions & 0 deletions kraken/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.10.2

**Bug Fixed**

+ Fix report error cause stack overflow. https://github.com/openkraken/kraken/pull/1164
+ Fix object-fit not work due to image resize optimization. https://github.com/openkraken/kraken/pull/1165
+ Fix crash when reload. https://github.com/openkraken/kraken/pull/1167
+ Fix referer and origin. https://github.com/openkraken/kraken/pull/1170
+ Fix large file content may fail. https://github.com/openkraken/kraken/pull/1176
+ Fix native event memory align on 32 bit devices. https://github.com/openkraken/kraken/pull/1182
+ Fix image load error cause crash. https://github.com/openkraken/kraken/pull/1187

## 0.10.1

**Bug Fixed**
Expand Down
2 changes: 1 addition & 1 deletion kraken/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kraken
description: A high-performance, web standards-compliant rendering engine.
version: 0.10.1+1-beta.1
version: 0.10.2
homepage: https://openkraken.com

environment:
Expand Down

0 comments on commit 0a6bf9b

Please sign in to comment.