Skip to content

Commit

Permalink
Merge pull request #82 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.0.1 - update docs
  • Loading branch information
ViolanteCodes authored Apr 10, 2024
2 parents 86ac321 + ba5ab71 commit d84a9bf
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.0.1](https://github.com/ButterCMS/buttercms-js/compare/v2.0.0...v2.0.1) (2024-04-10)


### Bug Fixes

* update readme re: support and use of native fetch ([b193bca](https://github.com/ButterCMS/buttercms-js/commit/b193bcad47b7db77f86290bf7976be4191ec87c3))

## [2.0.0](https://github.com/ButterCMS/buttercms-js/)(2023-02-01)

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

0 comments on commit d84a9bf

Please sign in to comment.