Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
batje committed Apr 20, 2018
1 parent cac122f commit b5634fe
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/CognosExt/jcognos/compare/v1.0.3...v1.1.0) (2018-04-20)


### Bug Fixes

* Added another error scenario when the network connection disappears ([0c2412a](https://github.com/CognosExt/jcognos/commit/0c2412a))


### Features

* Add Filter to fetch report data URL ([133ee4b](https://github.com/CognosExt/jcognos/commit/133ee4b))
* jcognos will reset the connection if a timeout has occured ([cac122f](https://github.com/CognosExt/jcognos/commit/cac122f))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/CognosExt/jcognos/compare/v1.0.2...v1.0.3) (2018-03-27)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"test",
"tests"
],
"version": "1.0.3"
"version": "1.1.0"
}
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": "jcognos",
"version": "1.0.3",
"version": "1.1.0",
"description": "Javascript Library that simplifies working with IBM Cognos",
"main": "dist/jcognos",
"module": "dist/jcognos.esm.js",
Expand Down

0 comments on commit b5634fe

Please sign in to comment.