Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v2.12.0 #985

Merged
merged 2 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.12.0

- feat: add types for enigma npm package (#983)
- feat: add latest engine schema, 12.1823.0 (#984)

- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (#982)
- chore(deps): update dependency rimraf to v5 (#979)
- chore(deps): update minor and patch (#978)
- chore(deps): update dependency rimraf to v4.4.0 (#974)
- chore(deps): update dependency rollup-plugin-filesize to v10 (#975)

## 2.11.0

- fix: replaces uglify with terser rollup plugin (#972)
Expand Down
2 changes: 1 addition & 1 deletion docs/api-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "enigma.js",
"description": "JavaScript library for consuming Qlik backend services",
"version": "2.11.0",
"version": "2.12.0",
"license": "MIT",
"stability": "stable",
"x-qlik-visibility": "public",
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": "enigma.js",
"version": "2.11.0",
"version": "2.12.0",
"description": "JavaScript library for consuming Qlik backend services",
"author": "QlikTech International AB",
"license": "MIT",
Expand Down
Loading