Skip to content

Commit

Permalink
Merge pull request #104 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.4
  • Loading branch information
ViolanteCodes committed Sep 4, 2024
2 parents 7426fcc + f6f90d2 commit 88734fd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.4](https://github.com/ButterCMS/buttercms-js/compare/v2.1.3...v2.1.4) (2024-09-04)


### Bug Fixes

* update cdn link in readme ([d2be0db](https://github.com/ButterCMS/buttercms-js/commit/d2be0dbe85e48f14cc52f680a11fcbd89e8b2d1d))

## [2.1.3](https://github.com/ButterCMS/buttercms-js/compare/v2.1.2...v2.1.3) (2024-08-25)


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://cdn.jsdelivr.net/npm/buttercms@2.1.3/dist/butter.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/buttercms@2.1.4/dist/butter.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.3.min.js"></script><!-- {x-release-please-version} -->
<script src="https://cdnjs.buttercms.com/buttercms-2.1.4.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.3",
"version": "2.1.4",
"description": "ButterCMS API Client",
"keywords": [
"buttercms",
Expand Down

0 comments on commit 88734fd

Please sign in to comment.