Skip to content

Commit

Permalink
chore(release): 0.17.1
Browse files Browse the repository at this point in the history
## [0.17.1](v0.17.0...v0.17.1) (2021-04-16)

### Bug Fixes

* update cache key to use query params ([192d094](192d094))
  • Loading branch information
semantic-release-bot committed Apr 16, 2021
1 parent 2329376 commit 3ea458b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.17.1](https://github.com/Sanofi-IADC/konviw/compare/v0.17.0...v0.17.1) (2021-04-16)


### Bug Fixes

* update cache key to use query params ([192d094](https://github.com/Sanofi-IADC/konviw/commit/192d0943c196e7f6242df91e5f1d1273a323bad4))

# [0.17.0](https://github.com/Sanofi-IADC/konviw/compare/v0.16.6...v0.17.0) (2021-04-16)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "confluence-cms-api",
"version": "0.17.0",
"version": "0.17.1",
"description": "Enterprise public viewer for your Confluence pages",
"author": "Jose Gascon",
"private": true,
Expand Down Expand Up @@ -75,7 +75,9 @@
"vuepress": "1.8.2"
},
"jest": {
"setupFiles": ["./setup.ts"],
"setupFiles": [
"./setup.ts"
],
"moduleFileExtensions": [
"js",
"json",
Expand Down

0 comments on commit 3ea458b

Please sign in to comment.