Skip to content

Commit a94a0f7

Browse files
committed
chore(release): 0.11.1
1 parent 02836ea commit a94a0f7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.11.1](https://github.com/QSPFoundation/qspider/compare/v0.11.0...v0.11.1) (2021-10-31)
6+
7+
### Bug Fixes
8+
9+
- add missing data-qsp attributes ([02d7abd](https://github.com/QSPFoundation/qspider/commit/02d7abd7c422e48ec240c94a8e3af9e6cca4a2c5))
10+
- fix base path when loading module ([a1b36e7](https://github.com/QSPFoundation/qspider/commit/a1b36e701762621490a37e6b4cf05dec0691406b))
11+
- fix panels min height ([56248fc](https://github.com/QSPFoundation/qspider/commit/56248fcc09ded6a13739e5caaec9569ffc241dfe))
12+
- fix svg support ([02836ea](https://github.com/QSPFoundation/qspider/commit/02836eadfa01b80480c00e29181ed9abf7b37d4f))
13+
514
## [0.11.0](https://github.com/QSPFoundation/qspider/compare/v0.10.0...v0.11.0) (2021-10-21)
615

716
### Features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qspider",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"license": "MIT",
55
"scripts": {
66
"nx": "nx",

0 commit comments

Comments
 (0)