Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkunbot committed Jan 17, 2022
1 parent 446d2c4 commit 882d4c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-workflow.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: main
ref: 2.2.0
- uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.md
Expand Up @@ -5,10 +5,9 @@ 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).

## Unreleased

## 2.2.0 - 2022-01-17
### Added
- Add resource-level version formatting #6
- Add resource-level version formatting [#6]
- Add node 15 and 16 to CI workflow
- Add upgrade-deps workflow
- Add release-major, release-minor, release-patch workflows
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"zeus",
"kraken"
],
"version": "2.1.1-pre.0",
"version": "2.2.0",
"homepage": "http://github.com/cliffano/rtk",
"author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
"contributors": [
Expand Down Expand Up @@ -52,4 +52,4 @@
"node": ">= 13.0.0"
},
"license": "MIT"
}
}

0 comments on commit 882d4c5

Please sign in to comment.