Skip to content

Commit 558a828

Browse files
authored
chore(main): Release v0.1.0 (#107)
🤖 I have created a release *beep* *boop* --- ## [0.1.0](v0.0.9...v0.1.0) (2023-12-18) ### ⚠ BREAKING CHANGES * Require Node.js 20 ### Features * Add package command ([f2f7931](f2f7931)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent f2f7931 commit 558a828

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.0.9...v0.1.0) (2023-12-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Require Node.js 20
9+
10+
### Features
11+
12+
* Add package command ([f2f7931](https://github.com/cloudquery/plugin-sdk-javascript/commit/f2f793133e4217e0632c3ef0fff107dc95fd7914))
13+
314
## [0.0.9](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.0.8...v0.0.9) (2023-12-01)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudquery/plugin-sdk-javascript",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"files": [
55
"dist",
66
"!dist/**/*.test.*",

0 commit comments

Comments
 (0)