Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#7)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.1.0](v1.0.3...v1.1.0)
(2024-03-27)


### Features

* expose getGitBuildInfo
([8513ee9](8513ee9))


### Bug Fixes

* actually publish built code
([89fc7fb](89fc7fb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 27, 2024
1 parent 89fc7fb commit 2ad1889
Show file tree
Hide file tree
Showing 4 changed files with 16 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,3 +1,3 @@
{
".": "1.0.3"
".": "1.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/linz/cdk-tag/compare/v1.0.3...v1.1.0) (2024-03-27)


### Features

* expose getGitBuildInfo ([8513ee9](https://github.com/linz/cdk-tag/commit/8513ee90d5627e95d984300936a027ec301f5f8b))


### Bug Fixes

* actually publish built code ([89fc7fb](https://github.com/linz/cdk-tag/commit/89fc7fbab21ca60f5bb53bad5394f37aa1a48d96))

## [1.0.3](https://github.com/linz/cdk-tag/compare/v1.0.2...v1.0.3) (2024-03-27)


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": "@linzjs/cdk-tags",
"version": "1.0.3",
"version": "1.1.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 2ad1889

Please sign in to comment.