Skip to content

Commit

Permalink
Merge pull request #96 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.1
  • Loading branch information
ViolanteCodes committed Aug 13, 2024
2 parents 5f1d3ed + c4c7925 commit e7ab17b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.1](https://github.com/ButterCMS/buttercms-js/compare/v2.1.0...v2.1.1) (2024-08-12)


### Bug Fixes

* add in full cause to thrown errors ([6ede5e4](https://github.com/ButterCMS/buttercms-js/commit/6ede5e49bf06ae1be8445ec511277eb8eb46401f))
* update abortcontroller/abortSignal for use in Reactive Native ([758172b](https://github.com/ButterCMS/buttercms-js/commit/758172b0b21150b650a09fedaf75914ebf076c20))
* update error catching to catch all produced errors ([d91d47f](https://github.com/ButterCMS/buttercms-js/commit/d91d47f62488d7947f25250afa3bdb388da69295))

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


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.1.0.min.js"></script>
<script src="https://cdnjs.buttercms.com/buttercms-2.1.1.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.1.0.min.js"></script><!-- {x-release-please-version} -->
<script src="https://cdnjs.buttercms.com/buttercms-2.1.1.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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buttercms",
"version": "2.1.0",
"version": "2.1.1",
"description": "ButterCMS API Client",
"keywords": [
"buttercms",
Expand Down

0 comments on commit e7ab17b

Please sign in to comment.