Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1409 committed May 23, 2021
1 parent 298a26d commit f7450d1
Show file tree
Hide file tree
Showing 3 changed files with 1,010 additions and 28 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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.

### 0.2.2 (2021-05-23)


### Features

* add requets timeout option ([16911b2](https://github.com/lee1409/gatsby-source-yuque/commit/16911b299ca15d3b8ced8be0a81c69c7f6005c96))
* support babel ([865999b](https://github.com/lee1409/gatsby-source-yuque/commit/865999b4387fb04c966e23b1a3733a8f3fe41e49))
* support Gatsby transformer remark ([#4](https://github.com/lee1409/gatsby-source-yuque/issues/4)) ([298a26d](https://github.com/lee1409/gatsby-source-yuque/commit/298a26d4c5856b545782df93ec63c4d241a54eb6))


### Bug Fixes

* folder structure ([#3](https://github.com/lee1409/gatsby-source-yuque/issues/3)) ([338c1a2](https://github.com/lee1409/gatsby-source-yuque/commit/338c1a26e353c003b28471ccdc6fa26880501b03))
* null for cover field ([ba42865](https://github.com/lee1409/gatsby-source-yuque/commit/ba42865e4f6cffbff92f260152076b8244bf5614))
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@techberg/gatsby-source-yuque",
"version": "0.2.1",
"version": "0.2.2",
"description": "Gatsby source plugin for pulling docs from Yuque",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".js\"",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".js\""
"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".js\"",
"release": "standard-version"
},
"keywords": [
"gatsby",
Expand Down Expand Up @@ -45,7 +46,8 @@
"@babel/core": "^7.12.3",
"babel-preset-gatsby-package": "^1.3.0-next.0",
"cross-env": "^7.0.3",
"jest": "^26.6.3"
"jest": "^26.6.3",
"standard-version": "^9.3.0"
},
"engines": {
"node": ">=12.13.0"
Expand Down
Loading

0 comments on commit f7450d1

Please sign in to comment.