Skip to content

Commit

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

See merge request prey/js/prey-node-client!1020
  • Loading branch information
Claudio committed Jul 29, 2024
2 parents 3809268 + 9a2edc3 commit bfab36e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v1.12.11](https://github.com/prey/prey-node-client/tree/v1.12.11) (2024-07-29)
[Full Changelog](https://github.com/prey/prey-node-client/compare/v1.12.10..v1.12.11)

- 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))

- 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))

## [v1.12.10](https://github.com/prey/prey-node-client/tree/v1.12.10) (2024-07-01)
[Full Changelog](https://github.com/prey/prey-node-client/compare/v1.12.9..v1.12.10)

Expand All @@ -9,7 +18,7 @@

- Fix: Improvement on get logged user function. [\#1005](https://github.com/prey/prey-node-client/pull/1005) ([SoraKenji](https://github.com/SoraKenji))

- Fix: Adds security improvements to prey lock binary. [\#1009](https://github.com/prey/prey-node-client/pull/1009) ([SoraKenji](https://github.com/SoraKenji))([Beregcamlost]
- Fix: Adds security improvements to prey lock binary. [\#1009](https://github.com/prey/prey-node-client/pull/1009) ([SoraKenji](https://github.com/SoraKenji))

- Chore: Adds new cli command to enable debug logs on prey.log file. [\#1012](https://github.com/prey/prey-node-client/pull/1012) ([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.10",
"version": "1.12.11",
"author": "Engineering <[email protected]>",
"keywords": [
"prey",
Expand Down

0 comments on commit bfab36e

Please sign in to comment.