Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Sep 15, 2021
1 parent b262c2a commit 5ae5f0f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/funny-comics-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-weeks-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-islands-move.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.3.0

### Minor Changes

- b2fd347: `getProperties` returned only resources (fixes #248)

**WARNING**: this may be a BREAKING CHANGE for clients relying on the current, broken behaviour. To keep the current return value call `.getProperties({ termTypes: ['NamedNode', 'BlankNode'] })`. See [the docs for details](https://alcaeus.hydra.how/latest/#/api-documentation/supported-property)

- 0537be7: Added generic type argument to operation `invoke` methods

### Patch Changes

- 5536a73: Unwanted `any` type when implementing `ResourceCacheStrategy`

## 1.2.1

### Patch Changes
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": "alcaeus",
"version": "1.2.1",
"version": "1.3.0",
"description": "Hydra Core hypermedia-aware client library",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 5ae5f0f

Please sign in to comment.