Skip to content

Commit

Permalink
Publish v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-szychowiak committed Oct 11, 2020
2 parents 5463a79 + 0d674b6 commit 0d10b3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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] – 2020-10-??



## [0.2.2] – 2020-10-11
### Changed
- Increased code coverage with Jest tests.
- Reduced compiled library size via bundling (with Rollup).
Expand Down Expand Up @@ -39,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


[Unreleased]: https://github.com/konrad-szychowiak/git-smelt/
[0.2.2]: https://github.com/konrad-szychowiak/git-smelt/releases/tag/v0.2.2
[0.2.1]: https://github.com/konrad-szychowiak/git-smelt/releases/tag/v0.2.1
[0.2.0]: https://github.com/konrad-szychowiak/git-smelt/releases/tag/v0.2.0
[0.1.0]: https://github.com/konrad-szychowiak/git-smelt/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-smelt",
"version": "0.2.2-alpha.1",
"version": "0.2.2",
"description": "A NPM package, that provides unified access to the APIs of different git hosting providers.",
"keywords": [
"git",
Expand Down

0 comments on commit 0d10b3b

Please sign in to comment.