Skip to content

Commit

Permalink
Merge pull request #232 from sharetribe/v3.1.1
Browse files Browse the repository at this point in the history
New release: v3.1.1
  • Loading branch information
Gnito authored Sep 22, 2023
2 parents 36f6546 + caa5ee8 commit 1a7c326
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2023-XX-XX

## [v3.1.1] 2023-09-22

- [fix] Single listing type caused problem on the EditListingWizard.
[#231](https://github.com/sharetribe/web-template/pull/231)
- [fix] ManageListingCard: fix wrong (non-existent) classname.
[#230](https://github.com/sharetribe/web-template/pull/230)
- [add] util/api.js: Added rudimentary support for other HTTP Methods. There's a new 'request'
function, which is easier to extend. [#229](https://github.com/sharetribe/web-template/pull/229)

[v3.1.1]: https://github.com/sharetribe/web-template/compare/v3.1.0...v3.1.1

## [v3.1.0] 2023-09-21

- [fix] Add 2 missing error translations to en.json file.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 1a7c326

Please sign in to comment.