Skip to content

Commit

Permalink
Merge branch 'ubq-main' into ubq-development
Browse files Browse the repository at this point in the history
# Conflicts:
#	dist/index.js
  • Loading branch information
gentlementlegen committed Jan 8, 2025
2 parents a95f3b3 + 07445f6 commit 9d3934e
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Changelog

## [1.2.0](https://github.com/ubiquity-os-marketplace/command-query/compare/v1.1.0...v1.2.0) (2024-11-29)


### Features

* command interface ([ffbb00b](https://github.com/ubiquity-os-marketplace/command-query/commit/ffbb00b3fa350c7edeebc922ac270ac1ea0b4553))
* manifest commands object ([c2d4761](https://github.com/ubiquity-os-marketplace/command-query/commit/c2d476199f5e4d49c62ce01aa8e08e50ff5e7968))
* switch to Bun ([75896fb](https://github.com/ubiquity-os-marketplace/command-query/commit/75896fbeea121edba53d3b82a1bc428d7d46b8e0))


### Bug Fixes

* change tests to CJS ([b2f214b](https://github.com/ubiquity-os-marketplace/command-query/commit/b2f214ba9bc37f2d367443a5dfc00ff645c02592))
* formatting ([1562da1](https://github.com/ubiquity-os-marketplace/command-query/commit/1562da1f02ac52642b7bada8a917763c43bc9be7))
* setup bun ([75a3a37](https://github.com/ubiquity-os-marketplace/command-query/commit/75a3a37d533e6ea64bd0bd4b8f33165b5cecd9e7))
* upgrade Typebox and cross-env ([f6ca42a](https://github.com/ubiquity-os-marketplace/command-query/commit/f6ca42a0bca8db7eba41d8720999dadb7f455bf0))

## [1.1.0](https://github.com/ubiquity-os-marketplace/command-query/compare/v1.0.0...v1.1.0) (2024-11-04)


### Features

* add Octokit dependency and update test configurations ([d86eade](https://github.com/ubiquity-os-marketplace/command-query/commit/d86eade677985603aa153dc203450bcaf73accb2))
* add settings schema to plugin initialization ([6addf2f](https://github.com/ubiquity-os-marketplace/command-query/commit/6addf2f5d8cce6eb4a1451676f5e44a43f0b85c9))
* add support for KERNEL_PUBLIC_KEY in deployment ([a429556](https://github.com/ubiquity-os-marketplace/command-query/commit/a4295561e01ec0b1b6f0a17ff06bbb6826db1eea))
* integrate ubiquity-os-logger ([597a7c3](https://github.com/ubiquity-os-marketplace/command-query/commit/597a7c380aba6e5542b74766f75df2083b4dfeb9))
* moved to SDK ([914bf62](https://github.com/ubiquity-os-marketplace/command-query/commit/914bf62f03565eb9457a97ada9ebaabb36dccf9f))
* schema validation ([cbace97](https://github.com/ubiquity-os-marketplace/command-query/commit/cbace9751bf58e625492ae7051a583b2cd5c85d6))
* worker deploy and delete ([cc96a10](https://github.com/ubiquity-os-marketplace/command-query/commit/cc96a10b7870f68bfcc00d55e7225f21f6e77526))


### Bug Fixes

* correct formatting in error comment ([3de9722](https://github.com/ubiquity-os-marketplace/command-query/commit/3de972224ec41cb71890e67f0c24490abbae0820))
* **tests:** correct async test assertions ([6287371](https://github.com/ubiquity-os-marketplace/command-query/commit/6287371adcef44c96e295ceb92cbbe873a92dcf5))

## 1.0.0 (2024-07-08)


### Bug Fixes

* release please workflow ([3aaa800](https://github.com/ubiquibot/command-query-user/commit/3aaa800e4ad22d3334d7a063172b8e9f0c250b1f))
* stop parsing JSON ([92858e9](https://github.com/ubiquibot/command-query-user/commit/92858e9db46360978764f3c1e728f33fab7ea9f2))
* stop parsing JSON ([da9ad42](https://github.com/ubiquibot/command-query-user/commit/da9ad4257b7e53112ea1d9779936998afa331b29))
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
}
}
},
"homepage_url": "https://ubiquity-os-command-query-user-development.ubiquity.workers.dev"
"homepage_url": "https://ubiquity-os-command-query-user-main.ubiquity.workers.dev"
}

0 comments on commit 9d3934e

Please sign in to comment.