Skip to content

Commit

Permalink
Merge pull request #57 from ButterCMS/bump-version-and-axios
Browse files Browse the repository at this point in the history
Fix axios.create bug and bump versions to 1.2.11
  • Loading branch information
ViolanteCodes authored Apr 25, 2023
2 parents 1606ff0 + de78658 commit e7b4db9
Show file tree
Hide file tree
Showing 14 changed files with 2,414 additions and 2,225 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
npm-debug.log
.DS_Store
test.js
test.js
dist
yalc
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.11 (April 17, 2023)

### Updated
- Updated axios from 1.2.5 to ^1.3.5
- Fixed bug with axios.create()

## 1.2.10 (Feb 27, 2023)

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install buttercms --save
Butter can also be included directly in HTML:

```html
<script src="https://cdnjs.buttercms.com/buttercms-1.2.10.min.js"></script>
<script src="https://cdnjs.buttercms.com/buttercms-1.2.11.min.js"></script>
```

## Overview
Expand Down
Loading

0 comments on commit e7b4db9

Please sign in to comment.