Skip to content

doc: update version and changlog #1105

doc: update version and changlog

doc: update version and changlog #1105

Workflow file for this run

name: ci
on: [push]
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm run ci