Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Jul 3, 2021
1 parent 43eb115 commit 15b2f3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.1 (3 Jul 2021)

- Document resources can now accept any content type ([#167](https://github.com/xapijs/xapi/issues/167))
- Query parameter decoding now correctly handling plus signs ([#175](https://github.com/xapijs/xapi/issues/175))
- Bumped dependencies

# 1.2.0 (23 Mar 2021)

- Added `toBasicAuth()` helper method ([#145](https://github.com/xapijs/xapi/pull/145))
Expand Down
2 changes: 1 addition & 1 deletion 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": "@xapi/xapi",
"version": "1.2.0",
"version": "1.2.1",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit 15b2f3d

Please sign in to comment.