Skip to content

Commit

Permalink
Merge pull request #91 from ButterCMS/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--release-please-action

chore(release): 2.1.0
  • Loading branch information
ViolanteCodes committed Jul 29, 2024
2 parents 4dc8698 + f06fa8c commit b0a08ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/ButterCMS/buttercms-js/compare/v2.0.3...v2.1.0) (2024-07-29)


### Features

* update response structure to echo schema expected from TS defs and v1 ([1a748fa](https://github.com/ButterCMS/buttercms-js/commit/1a748fabbee60fbfaf547584b18ab31a436b6026))

## [2.0.3](https://github.com/ButterCMS/buttercms-js/compare/v2.0.2...v2.0.3) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Butter can also be included directly in HTML:

<!-- {x-release-please-start-version} -->
```html
<script src="https://cdnjs.buttercms.com/buttercms-2.0.3.min.js"></script>
<script src="https://cdnjs.buttercms.com/buttercms-2.1.0.min.js"></script>
```
<!-- {x-release-please-end} -->

Expand Down
2 changes: 1 addition & 1 deletion examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>

<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.buttercms.com/buttercms-2.0.3.min.js"></script><!-- {x-release-please-version} -->
<script src="https://cdnjs.buttercms.com/buttercms-2.1.0.min.js"></script><!-- {x-release-please-version} -->
<script>
$(function() {
const butter = Butter(
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.

0 comments on commit b0a08ae

Please sign in to comment.