-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aaeaded
commit edf2e64
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.2.0" | ||
".": "0.3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## [0.3.0](https://github.com/grafana/xk6-sm/compare/v0.2.0...v0.3.0) (2025-02-10) | ||
|
||
|
||
### Features | ||
|
||
* add policy bot configuration ([#48](https://github.com/grafana/xk6-sm/issues/48)) ([fdc3693](https://github.com/grafana/xk6-sm/commit/fdc36935c77af5cd58fd8e32c32d4d116592ac2c)) | ||
* Add release-please ([#49](https://github.com/grafana/xk6-sm/issues/49)) ([cdd5798](https://github.com/grafana/xk6-sm/commit/cdd579897680e3e57b39674548a882e0c1f2048b)) | ||
|
||
|
||
### Fixes | ||
|
||
* Fix release-please manifest file ([#51](https://github.com/grafana/xk6-sm/issues/51)) ([238d945](https://github.com/grafana/xk6-sm/commit/238d945909aae394c6e45eeaa11311d87c61ef14)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* create `dist` directory so `xk6` can write compiled binaries to it ([dfe362a](https://github.com/grafana/xk6-sm/commit/dfe362ac7e841b4e3188af4e8fe973afffaea2a6)) | ||
* README: adjust release process description ([#59](https://github.com/grafana/xk6-sm/issues/59)) ([aaeaded](https://github.com/grafana/xk6-sm/commit/aaeadedcfa2332b3636efd62ffc5c514781ae2d1)) | ||
* renovate: use prefix from preset ([6053d6c](https://github.com/grafana/xk6-sm/commit/6053d6c57a2c7c01b8924cae7a391a7520240ce0)) | ||
* update CODEOWNERS ([23b5d3f](https://github.com/grafana/xk6-sm/commit/23b5d3fb5b314814880b9a8af58302e4c4cb0f64)) | ||
* use fully qualified package name ([8beec7f](https://github.com/grafana/xk6-sm/commit/8beec7f0db5e2fc8ed3e4cf2254f69c2d38997ab)) |