Skip to content

Commit

Permalink
Merge branch 'release/3.2.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GhassenRjab committed Dec 3, 2020
2 parents 2b09863 + 502bc36 commit a807577
Show file tree
Hide file tree
Showing 7 changed files with 7,502 additions and 4,826 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: npm ci
- run: npm run lint
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: '12'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn publish
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: yarn install --frozen-lockfile
- run: yarn test
- run: npm ci
- run: npm test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.0] - 2020-12-03

### Changed [3.2.0]

- [#13](https://github.com/GhassenRjab/categorize/pull/13) Use `npm` instead of `yarn` ([@GhassenRjab](https://github.com/GhassenRjab))

## [3.1.2] - 2020-10-29

### Changed [3.1.2]
Expand Down
Loading

0 comments on commit a807577

Please sign in to comment.