Skip to content

Commit

Permalink
Merge branch 'chore/bumps-version-1.12.16' into 'master'
Browse files Browse the repository at this point in the history
chore: package.json v1.12.16

See merge request prey/js/prey-node-client!1033
  • Loading branch information
Claudio committed Aug 6, 2024
2 parents 4946e61 + 9f61405 commit 5cae863
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v1.12.16](https://github.com/prey/prey-node-client/tree/v1.12.16) (2024-08-06)
[Full Changelog](https://github.com/prey/prey-node-client/compare/v1.12.15..v1.12.16)

- Feat: Adds feature that sends location on every reconnect on WS. [\#1032](https://github.com/prey/prey-node-client/pull/1032) ([Beregcamlost](https://github.com/beregcamlost))


## [v1.12.15](https://github.com/prey/prey-node-client/tree/v1.12.15) (2024-08-02)
[Full Changelog](https://github.com/prey/prey-node-client/compare/v1.12.14..v1.12.15)

Expand All @@ -25,7 +31,7 @@

- Fix: Fixes issues with device key duplication on PDC start. [\#1015](https://github.com/prey/prey-node-client/pull/1015) ([SoraKenji](https://github.com/SoraKenji))

- Feat: Adds feature that sends location on every recconnect on WS. Its going to help with connection state issues on Prey Platform. [\#1018](https://github.com/prey/prey-node-client/pull/1018) ([Beregcamlost](https://github.com/beregcamlost))
- Feat: Adds feature that sends location on every reconnect on WS. Its going to help with connection state issues on Prey Platform. [\#1018](https://github.com/prey/prey-node-client/pull/1018) ([Beregcamlost](https://github.com/beregcamlost))

- Fix: Removes data from hardware changed and triggers refactor. This is going to fix misrepresentation of device's current state and its changes. [\#1019](https://github.com/prey/prey-node-client/pull/1019) ([SoraKenji](https://github.com/SoraKenji))

Expand Down
4 changes: 2 additions & 2 deletions 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": "prey",
"version": "1.12.15",
"version": "1.12.16",
"author": "Engineering <[email protected]>",
"keywords": [
"prey",
Expand Down

0 comments on commit 5cae863

Please sign in to comment.