Skip to content

Commit fa339df

Browse files
aihazmAiham Azmeh
and
Aiham Azmeh
authoredMar 10, 2023
chore: adding changelog entry for v2.11.0 (#977)
* 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>
1 parent 37617c0 commit fa339df

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed
 

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
# Changelog
22

3+
## 2.11.0
4+
5+
- fix: replaces uglify with terser rollup plugin (#972)
6+
- fix: dont emit message if resolver undefined (@simonmcmillan - #968)
7+
8+
- chore(deps): bump qs from 6.5.2 to 6.5.3 (#966)
9+
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#965)
10+
- chore(deps): update dependency jsdoc to v4 (#964)
11+
- chore(deps): bump jpeg-js and @after-work.js/aw (#961)
12+
- chore(deps): bump json5 from 1.0.1 to 1.0.2 (#967)
13+
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#971)
14+
- chore(deps): update dependency rimraf to v4 (#969)
15+
- chore(deps): update minor and patch (#957)
16+
- chore(deps): update dependency rollup-plugin-license to v3 (#963)
17+
- chore: add newest schema (#976)
18+
319
## 2.10.0
20+
421
- feat: new schema, 12.1477.0
522
- fix: response parameters for CreateTemporaryBookmark
623
- chore(deps): bump terser from 5.10.0 to 5.14.2
724
- chore(deps): update minor and patch
825

926
## 2.9.0
27+
1028
- fix: handle undefined response in apiResponseInterceptor
1129
- feat: new schema, 12.1306.0
1230

‎docs/api-spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"name": "enigma.js",
55
"description": "JavaScript library for consuming Qlik backend services",
6-
"version": "2.10.0",
6+
"version": "2.11.0",
77
"license": "MIT",
88
"stability": "stable",
99
"x-qlik-visibility": "public",

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enigma.js",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "JavaScript library for consuming Qlik backend services",
55
"author": "QlikTech International AB",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.