Skip to content

Commit 6ffd07c

Browse files
committed
chore(release): 0.9.0
1 parent 3357206 commit 6ffd07c

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.9.0](https://github.com/QSPFoundation/qspider/compare/v0.8.1...v0.9.0) (2020-10-18)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- change config file format
10+
11+
### Features
12+
13+
- add game list support ([8d2fffb](https://github.com/QSPFoundation/qspider/commit/8d2fffb63546c2bfa50d56a9c61b1286f4bb509c))
14+
15+
### Bug Fixes
16+
17+
- fix html preprocessing ([c3d2c22](https://github.com/QSPFoundation/qspider/commit/c3d2c22ff0ba2cb669b72cc26075094c583ee3bf))
18+
519
### [0.8.1](https://github.com/QSPFoundation/qspider/compare/v0.8.0...v0.8.1) (2020-10-10)
620

721
### 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.8.1",
3+
"version": "0.9.0",
44
"license": "MIT",
55
"scripts": {
66
"nx": "nx",

0 commit comments

Comments
 (0)