Skip to content

Commit

Permalink
chore(release): 1.1.4
Browse files Browse the repository at this point in the history
## [1.1.4](v1.1.3...v1.1.4) (2022-03-02)

### Bug Fixes

* warnings on variables declared twice with same name ([d747a7a](d747a7a))
* **glisten-dashboard:** filter feedbacks containing null data which results in dashboard crash ([fb2a005](fb2a005))
* upstream dependencies conflit ([0178426](0178426))
  • Loading branch information
semantic-release-bot committed Mar 2, 2022
1 parent d747a7a commit 5e50be1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.4](https://github.com/Sanofi-IADC/glisten/compare/v1.1.3...v1.1.4) (2022-03-02)


### Bug Fixes

* warnings on variables declared twice with same name ([d747a7a](https://github.com/Sanofi-IADC/glisten/commit/d747a7a5583427bd833a03c970883753ebfbe345))
* **glisten-dashboard:** filter feedbacks containing null data which results in dashboard crash ([fb2a005](https://github.com/Sanofi-IADC/glisten/commit/fb2a0050155ce96e9ef9c1fc7ff914919a37ebc7))
* upstream dependencies conflit ([0178426](https://github.com/Sanofi-IADC/glisten/commit/01784262b844fca9190905b413493f43f3302db5))

## [1.1.3](https://github.com/Sanofi-IADC/glisten/compare/v1.1.2...v1.1.3) (2021-08-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanofi-iadc/glisten",
"version": "1.1.3",
"version": "1.1.4",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 5e50be1

Please sign in to comment.