Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2024-07-25)

### Bug Fixes

* regex for url should work a little better now ([#9](#9)) ([54fea16](54fea16))
  • Loading branch information
semantic-release-bot committed Jul 25, 2024
1 parent 54fea16 commit 96e49b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.2](https://github.com/LEGO/pulumi-link-mobility-provider/compare/v1.0.1...v1.0.2) (2024-07-25)

### Bug Fixes

- regex for url should work a little better now ([#9](https://github.com/LEGO/pulumi-link-mobility-provider/issues/9)) ([54fea16](https://github.com/LEGO/pulumi-link-mobility-provider/commit/54fea16b4cad1a72b223a5a65a09de094533cfd1))

## [1.0.1](https://github.com/LEGO/pulumi-link-mobility-provider/compare/v1.0.0...v1.0.1) (2024-07-23)

### Bug Fixes
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": "@lego/pulumi-link-mobility-provider",
"version": "1.0.1",
"version": "1.0.2",
"description": "A custom provider used to create resources within the Link Mobility Platform",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 96e49b2

Please sign in to comment.