Skip to content

Commit

Permalink
Merge pull request #18 from izumin5210/releases/0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
izumin5210 authored Sep 13, 2021
2 parents 2cf3504 + 193a854 commit 86dd08c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14.x
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'

- run: yarn --frozen-lockfile

Expand All @@ -33,4 +33,4 @@ jobs:
run-publish: |
yarn publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20 changes: 0 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,3 @@

#### Committers: 1
- Masayuki Izumi ([@izumin5210](https://github.com/izumin5210))

## 0.2.0 (2021-09-13)

#### :rocket: Enhancement
* [#11](https://github.com/izumin5210/graphql-fragment-mask/pull/11) Return null when input is null ([@izumin5210](https://github.com/izumin5210))
* [#8](https://github.com/izumin5210/graphql-fragment-mask/pull/8) Support (non-typed) `DocumentNode` ([@izumin5210](https://github.com/izumin5210))
* [#5](https://github.com/izumin5210/graphql-fragment-mask/pull/5) Improve typing and check types on test ([@izumin5210](https://github.com/izumin5210))

#### :memo: Documentation
* [#9](https://github.com/izumin5210/graphql-fragment-mask/pull/9) Update documents ([@izumin5210](https://github.com/izumin5210))

#### :house: Internal
* [#12](https://github.com/izumin5210/graphql-fragment-mask/pull/12) Fix typo in release script ([@izumin5210](https://github.com/izumin5210))
* [#10](https://github.com/izumin5210/graphql-fragment-mask/pull/10) Stop using lerna on release workflow ([@izumin5210](https://github.com/izumin5210))
* [#7](https://github.com/izumin5210/graphql-fragment-mask/pull/7) Setup release automation ([@izumin5210](https://github.com/izumin5210))
* [#6](https://github.com/izumin5210/graphql-fragment-mask/pull/6) Fix tsconfig for type-checking for tests ([@izumin5210](https://github.com/izumin5210))
* [#4](https://github.com/izumin5210/graphql-fragment-mask/pull/4) Call coveralls parallel-finished on CI ([@izumin5210](https://github.com/izumin5210))

#### Committers: 1
- Masayuki Izumi ([@izumin5210](https://github.com/izumin5210))

0 comments on commit 86dd08c

Please sign in to comment.