Skip to content

Commit

Permalink
Merge branch 'release/2.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvio Wang committed Mar 13, 2024
2 parents 506863d + 70d7764 commit e76af74
Show file tree
Hide file tree
Showing 8 changed files with 909 additions and 33 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.1.5] - 2024-03-13
### CHANGED
- `getWatchSocket` function now accounts for subpath in URL when retrieving a socket connection.

## [2.1.4] - 2024-01-31
### CHANGED
- Changed the error message produced when more than 1 GraphQL error is encountered. Previously, all that was logged
Expand Down Expand Up @@ -182,7 +186,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### ADDED
- Alpha release

[Unreleased]: https://github.com/widesky/jswidesky-client/compare/master...2.1.4
[Unreleased]: https://github.com/widesky/jswidesky-client/compare/master...2.1.5
[1.0.0]: https://github.com/widesky/jswidesky-client/compare/1.0.0...1.0.0
[1.1.0]: https://github.com/widesky/jswidesky-client/compare/1.1.0...1.0.0
[1.1.1]: https://github.com/widesky/jswidesky-client/compare/1.1.1...1.1.0
Expand All @@ -201,4 +205,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[2.1.1]: https://github.com/widesky/jswidesky-client/compare/2.1.1...2.1.0
[2.1.2]: https://github.com/widesky/jswidesky-client/compare/2.1.2...2.1.1
[2.1.3]: https://github.com/widesky/jswidesky-client/compare/2.1.3...2.1.2
[2.1.4]: https://github.com/widesky/jswidesky-client/compare/2.1.4...2.1.3
[2.1.4]: https://github.com/widesky/jswidesky-client/compare/2.1.4...2.1.3
[2.1.4]: https://github.com/widesky/jswidesky-client/compare/2.1.5...2.1.4
Loading

0 comments on commit e76af74

Please sign in to comment.