Skip to content

Commit

Permalink
chore: adding changelog entry for v2.11.0 (#977)
Browse files Browse the repository at this point in the history
* chore: adding changelog entry

* chore: bumping version in api-spec too !?

* fix: update version in package.json

* fix: remove "bug"

---------

Co-authored-by: Aiham Azmeh <aihazm@gmail.com>
  • Loading branch information
aihazm and Aiham Azmeh committed Mar 10, 2023
1 parent 37617c0 commit fa339df
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,12 +1,30 @@
# Changelog

## 2.11.0

- fix: replaces uglify with terser rollup plugin (#972)
- fix: dont emit message if resolver undefined (@simonmcmillan - #968)

- chore(deps): bump qs from 6.5.2 to 6.5.3 (#966)
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#965)
- chore(deps): update dependency jsdoc to v4 (#964)
- chore(deps): bump jpeg-js and @after-work.js/aw (#961)
- chore(deps): bump json5 from 1.0.1 to 1.0.2 (#967)
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#971)
- chore(deps): update dependency rimraf to v4 (#969)
- chore(deps): update minor and patch (#957)
- chore(deps): update dependency rollup-plugin-license to v3 (#963)
- chore: add newest schema (#976)

## 2.10.0

- feat: new schema, 12.1477.0
- fix: response parameters for CreateTemporaryBookmark
- chore(deps): bump terser from 5.10.0 to 5.14.2
- chore(deps): update minor and patch

## 2.9.0

- fix: handle undefined response in apiResponseInterceptor
- feat: new schema, 12.1306.0

Expand Down
2 changes: 1 addition & 1 deletion docs/api-spec.json
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "enigma.js",
"description": "JavaScript library for consuming Qlik backend services",
"version": "2.10.0",
"version": "2.11.0",
"license": "MIT",
"stability": "stable",
"x-qlik-visibility": "public",
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "enigma.js",
"version": "2.10.0",
"version": "2.11.0",
"description": "JavaScript library for consuming Qlik backend services",
"author": "QlikTech International AB",
"license": "MIT",
Expand Down

0 comments on commit fa339df

Please sign in to comment.