SPDX-License-Identifier: GPL-3.0-or-later
-->
+# Changelog
+
+## v0.10.0
+
+### Notable Changes
+
+#### Ledger libraries now required dependency
+
+Reliable access to Ledger hardware wallets is becoming more of a critical issue
+for nano holders, so the Ledger tools are now baked into `libnemo` instead of
+hovering around as optional dependencies. The `Ledger` class itself is also now
+exported for consumer usage, although the majority of functions can and should
+be executed via a `Wallet`.
+
+### Other Changes
+
+Remove self-references from various classes so `esbuild` does not need to rename
+them when bundling.
+
+Pinned `esbuild` targets to specific ES versions.
+
+Copy all emitted `types` instead of consolidating into one massive file.
+
+Fix `buffer` polyfill injection.
+
+Add and fix JSDoc documentation.
+
+Remove `Vault` static instance tracker.
+
+Fixed calls to `Account` map methods.
+
+`Tools` is its own class instead of a collection of functions.
+
+Updated tests.
+
+
+
## v0.9.0
### Notable Changes
{
"name": "libnemo",
- "version": "0.9.0",
+ "version": "0.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libnemo",
- "version": "0.9.0",
+ "version": "0.10.0",
"license": "(GPL-3.0-or-later AND MIT AND ISC)",
"dependencies": {
"@ledgerhq/hw-transport-web-ble": "^6.29.10",