Skip to content

Commit

Permalink
chore(release): 0.10.1
Browse files Browse the repository at this point in the history
## [0.10.1](v0.10.0...v0.10.1) (2020-05-22)

### Bug Fixes

* **datetime:** Remove momentjs and use Date() instead ([3b389a1](3b389a1))
* **tests:** Fix test for filter ([b70262b](b70262b))
  • Loading branch information
semantic-release-bot committed May 22, 2020
1 parent b70262b commit df62b67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.10.1](https://github.com/RedHatInsights/patchman-ui/compare/v0.10.0...v0.10.1) (2020-05-22)


### Bug Fixes

* **datetime:** Remove momentjs and use Date() instead ([3b389a1](https://github.com/RedHatInsights/patchman-ui/commit/3b389a19d9b700af97b254da6afc04761c0ebced))
* **tests:** Fix test for filter ([b70262b](https://github.com/RedHatInsights/patchman-ui/commit/b70262bb1e2ac133cc6bd9c3d0d308563b3c18c1))

# [0.10.0](https://github.com/RedHatInsights/patchman-ui/compare/v0.9.0...v0.10.0) (2020-05-12)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/frontend-components-inventory-patchman",
"version": "0.10.0",
"version": "0.10.1",
"main": "dist/index.js",
"private": false,
"dependencies": {
Expand Down

0 comments on commit df62b67

Please sign in to comment.