Skip to content

Commit f5910de

Browse files
Merge pull request #110 from ButterCMS/release-please--branches--master--components--release-please-action
chore(release): 2.2.0
2 parents cd899b5 + af631ca commit f5910de

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/ButterCMS/buttercms-js/compare/v2.1.4...v2.2.0) (2024-11-11)
4+
5+
6+
### Features
7+
8+
* update builds to include dev builds ([3488632](https://github.com/ButterCMS/buttercms-js/commit/3488632d4059ff718937f0ec881452a8e3fb1f04))
9+
10+
11+
### Bug Fixes
12+
13+
* split production builds ([1205812](https://github.com/ButterCMS/buttercms-js/commit/1205812850be6323d1d1f1e7d83c6704e200236c))
14+
315
## [2.1.4](https://github.com/ButterCMS/buttercms-js/compare/v2.1.3...v2.1.4) (2024-09-04)
416

517

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Butter can also be included directly in HTML:
2020

2121
<!-- {x-release-please-start-version} -->
2222
```html
23-
<script src="https://cdn.jsdelivr.net/npm/buttercms@2.1.4/dist/butter.min.js"></script>
23+
<script src="https://cdn.jsdelivr.net/npm/buttercms@2.2.0/dist/butter.min.js"></script>
2424
```
2525
<!-- {x-release-please-end} -->
2626

examples/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88

99
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
10-
<script src="https://cdnjs.buttercms.com/buttercms-2.1.4.min.js"></script><!-- {x-release-please-version} -->
10+
<script src="https://cdnjs.buttercms.com/buttercms-2.2.0.min.js"></script><!-- {x-release-please-version} -->
1111
<script>
1212
$(function() {
1313
const butter = Butter(

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buttercms",
3-
"version": "2.1.4",
3+
"version": "2.2.0",
44
"description": "ButterCMS API Client",
55
"keywords": [
66
"buttercms",

0 commit comments

Comments
 (0)