Skip to content

Commit

Permalink
Merge pull request #84 from ptarmiganlabs/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--ctrl-q

chore(main): release ctrl-q 3.1.0
  • Loading branch information
mountaindude authored Oct 14, 2022
2 parents 90d5eaf + 0659a6d commit ed39f17
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.0.1"}
{".":"3.1.0"}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [3.1.0](https://github.com/ptarmiganlabs/ctrl-q/compare/ctrl-q-v3.0.1...ctrl-q-v3.1.0) (2022-10-14)


### Features

* Verify that files on disk exist before trying to open them + better error messages when files do not exist ([ff74012](https://github.com/ptarmiganlabs/ctrl-q/commit/ff740126fef06e726dd0453b1a12ed0ae52c0044)), closes [#81](https://github.com/ptarmiganlabs/ctrl-q/issues/81)


### Bug Fixes

* Don't warn for header row in Excel file when importing master items ([2ef9d0e](https://github.com/ptarmiganlabs/ctrl-q/commit/2ef9d0ee75391ac3b4aa2566993b1976070c0e67)), closes [#82](https://github.com/ptarmiganlabs/ctrl-q/issues/82)


### Documentation

* Fixing typos, adding logo ([39afc11](https://github.com/ptarmiganlabs/ctrl-q/commit/39afc115e1353604c0ab5f101ff087ff7560d876))
* Remove example files as they are already included in the README ([0743eeb](https://github.com/ptarmiganlabs/ctrl-q/commit/0743eeb47a02c03bbbbd70177d36442d377ac1bf))


### Refactoring

* General code cleanup and restructuring ([c43941e](https://github.com/ptarmiganlabs/ctrl-q/commit/c43941ee3a1a31ed1ef1fb60559e097c8c25e589))


### Miscellaneous

* **deps:** Updated dependencies ([55368ea](https://github.com/ptarmiganlabs/ctrl-q/commit/55368ea3e42abd5f6f9ea91c0792d8fe7928ea34))

## [3.0.1](https://github.com/ptarmiganlabs/ctrl-q/compare/ctrl-q-v3.0.0...ctrl-q-v3.0.1) (2022-10-13)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctrl-q",
"version": "3.0.1",
"version": "3.1.0",
"description": "Command line tool for interacting with Qlik Sense Enterprise servers",
"main": "./src/ctrl-q.js",
"scripts": {
Expand Down

0 comments on commit ed39f17

Please sign in to comment.