Skip to content

Commit

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

chore(release): 2.1.2
  • Loading branch information
ViolanteCodes committed Aug 22, 2024
2 parents 9b4250a + 84bf7dc commit 274d1c9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.2](https://github.com/ButterCMS/buttercms-js/compare/v2.1.1...v2.1.2) (2024-08-22)


### Bug Fixes

* error in test action ([b0867ca](https://github.com/ButterCMS/buttercms-js/commit/b0867ca2c71918ca6b1eb0fa74d2bcd657aeb316))
* update actions for publishing to npm ([b0867ca](https://github.com/ButterCMS/buttercms-js/commit/b0867ca2c71918ca6b1eb0fa74d2bcd657aeb316))

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


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.1.min.js"></script>
<script src="https://cdnjs.buttercms.com/buttercms-2.1.2.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.1.min.js"></script><!-- {x-release-please-version} -->
<script src="https://cdnjs.buttercms.com/buttercms-2.1.2.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.1",
"version": "2.1.2",
"description": "ButterCMS API Client",
"keywords": [
"buttercms",
Expand Down

0 comments on commit 274d1c9

Please sign in to comment.