# [4.8.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.7.0...v4.8.0) (2023-06-16) ### Features * change test ([c11700c](https://github.com/bnb-chain/zkbnb-js-sdk/commit/c11700c4971faec3e71356f8ac32267fe1a01092)) # [4.7.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.6.0...v4.7.0) (2023-06-16) ### Features * change test ([352ec54](https://github.com/bnb-chain/zkbnb-js-sdk/commit/352ec54cf5b3bb2ccd6d96648eec083f0be094cd)) # [4.6.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.5.0...v4.6.0) (2023-06-16) ### Features * change wasm file ([2776a34](https://github.com/bnb-chain/zkbnb-js-sdk/commit/2776a345e1acadcac86155cabc85c2a89b92ad22)) # [4.5.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.4.1...v4.5.0) (2023-05-04) ### Features * update main.wasm to apply GKR inside a SNARK and add new API Ge… ([#44](https://github.com/bnb-chain/zkbnb-js-sdk/issues/44)) ([c05c8ed](https://github.com/bnb-chain/zkbnb-js-sdk/commit/c05c8ed36a61ea284a38c57ab1bff5785c0e8ee1)) ## [4.4.1](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.4.0...v4.4.1) (2023-04-04) ### Bug Fixes * missing lodash-es, replace lodash-es to lodash ([#43](https://github.com/bnb-chain/zkbnb-js-sdk/issues/43)) ([b13c5ad](https://github.com/bnb-chain/zkbnb-js-sdk/commit/b13c5ada0408f3dd285295d44ebd51949f35bde9)) # [4.4.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.3.0...v4.4.0) (2023-03-31) ### Features * remove zns ([#42](https://github.com/bnb-chain/zkbnb-js-sdk/issues/42)) ([0116e5a](https://github.com/bnb-chain/zkbnb-js-sdk/commit/0116e5a656fc33aa8b0f1a7c251d1cdb189762bd)) # [4.3.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.2.0...v4.3.0) (2023-02-20) ### Features * update api path of GetTxsByAccount ([#31](https://github.com/bnb-chain/zkbnb-js-sdk/issues/31)) ([7b9e87b](https://github.com/bnb-chain/zkbnb-js-sdk/commit/7b9e87b2b48d1c94e0a6a8b22e993455520ed358)) # [4.2.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.1.0...v4.2.0) (2023-02-14) ### Features * Double-sign L2 transactions ([#29](https://github.com/bnb-chain/zkbnb-js-sdk/issues/29)) ([f08bf08](https://github.com/bnb-chain/zkbnb-js-sdk/commit/f08bf08c01ed31c29f9778959dbdf0447ac19db7)), closes [#22](https://github.com/bnb-chain/zkbnb-js-sdk/issues/22) # [4.1.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v4.0.0...v4.1.0) (2022-12-07) ### Features * Update main.wasm ([#27](https://github.com/bnb-chain/zkbnb-js-sdk/issues/27)) ([ac2256f](https://github.com/bnb-chain/zkbnb-js-sdk/commit/ac2256fc3888b6803f3eb12273d331bacc08f1ce)) # [4.0.0](https://github.com/bnb-chain/zkbnb-js-sdk/compare/v3.0.1...v4.0.0) (2022-11-29) ### Features * **ci:** Use master branch as release branch ([#26](https://github.com/bnb-chain/zkbnb-js-sdk/issues/26)) ([635f264](https://github.com/bnb-chain/zkbnb-js-sdk/commit/635f264056e1077b842f3a0add7cb3277941c221)) ### BREAKING CHANGES * **ci:** poseido hash Co-authored-by: Toccata Yi # [3.0.1](https://github.com/bnb-chain/zkbnb-js-sdk/pull/21/commits/ff50437f9f54b73c5fe396df756e2779591d1184) ### BREAKING CHANGES * feat: Update main.wasm and change version to 3.0.1 * feat: Rename package name (#20) # [3.0.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.3.1...v3.0.0) (2022-11-22) * Release 2.0.0 (#18) ([5bb15f2](https://github.com/bnb-chain/zkbas-js-sdk/commit/5bb15f22bfb34c0fd0f290162afc0b2a8ed62203)), closes [#18](https://github.com/bnb-chain/zkbas-js-sdk/issues/18) [#14](https://github.com/bnb-chain/zkbas-js-sdk/issues/14) ### BREAKING CHANGES * Modify many API * chore(release): 1.0.0 [skip ci] * fix: Creatred time type * chore(release): 1.0.1 [skip ci] * feat: New wasm method * feat: CurrentHeight API * chore(release): 1.1.0 [skip ci] * docs: Update PR tempalte * fix: CurrentPrice API request param * chore(release): 1.1.1 [skip ci] * fix: Export d.ts * chore(release): 1.1.2 [skip ci] * fix: Export constants * chore(release): 1.1.3 [skip ci] * fix: Post and Get params type * chore(release): 1.1.4 [skip ci] * fix: Remove Comment * chore(release): 1.1.5 [skip ci] * fix: TxType export * chore(release): 1.1.6 [skip ci] * feat: Axios response type * chore(release): 1.2.0 [skip ci] * fix: SendRawTx return type * chore(release): 1.2.1 [skip ci] * feat: Remove Price API And add assets API * chore(release): 1.3.0 [skip ci] * chore(release): 2.0.0 [skip ci] Co-authored-by: rickieNodereal <106944501+rickieNodereal@users.noreply.github.com> Co-authored-by: semantic-release-bot ## [2.3.1](https://github.com/bnb-chain/zkbas-js-sdk/compare/v2.3.0...v2.3.1) (2022-10-27) ### Bug Fixes * Account Type Update ([0794db0](https://github.com/bnb-chain/zkbas-js-sdk/commit/0794db065cd691ef409a32b7f022a41c46256ff6)) # [2.3.0](https://github.com/bnb-chain/zkbas-js-sdk/compare/v2.2.0...v2.3.0) (2022-10-21) ### Features * Add Tx Type ([7775623](https://github.com/bnb-chain/zkbas-js-sdk/commit/7775623d3305869a5805979c67cb078e97025e46)) # [2.2.0](https://github.com/bnb-chain/zkbas-js-sdk/compare/v2.1.4...v2.2.0) (2022-10-21) ### Features * Get tx filter type ([b1a013b](https://github.com/bnb-chain/zkbas-js-sdk/commit/b1a013bb12cb62800f626a4bdbebc48d1b5735b6)) * Type stringify ([30f8d70](https://github.com/bnb-chain/zkbas-js-sdk/commit/30f8d7087a088d48983438403ea47452985fcce1)) ## [2.1.4](https://github.com/bnb-chain/zkbas-js-sdk/compare/v2.1.3...v2.1.4) (2022-10-10) ### Bug Fixes * Asset add icon field ([3fd0194](https://github.com/bnb-chain/zkbas-js-sdk/commit/3fd01945f39f2094f4222fa43ba080729cad890c)) ## [2.1.3](https://github.com/bnb-chain/zkbas-js-sdk/compare/v2.1.2...v2.1.3) (2022-10-10) ### Bug Fixes * Update WASM and remove swap function ([d5de2cf](https://github.com/bnb-chain/zkbas-js-sdk/commit/d5de2cfe13fffeeef1753a9a29978373c0e04084)) ## [2.1.2](https://github.com/bnb-chain/zkbas-js-sdk/compare/v2.1.1...v2.1.2) (2022-10-10) ### Bug Fixes * GetGasFee tx Type ([5da6645](https://github.com/bnb-chain/zkbas-js-sdk/commit/5da664530d82c7385379b20d8269446089441475)) ## [2.1.1](https://github.com/bnb-chain/zkbas-js-sdk/compare/v2.1.0...v2.1.1) (2022-10-09) ### Bug Fixes * Get GasFee need txType ([fb07045](https://github.com/bnb-chain/zkbas-js-sdk/commit/fb07045ca896fa2690de9d9d23519581981f3a7a)) # [2.1.0](https://github.com/bnb-chain/zkbas-js-sdk/compare/v2.0.0...v2.1.0) (2022-10-09) ### Features * Get GasFee need txType ([ec98fe2](https://github.com/bnb-chain/zkbas-js-sdk/commit/ec98fe23d256296228888e0961d6042b8bc1384d)) # [2.0.0](https://github.com/bnb-chain/zkbas-js-sdk/compare/v1.3.0...v2.0.0) (2022-09-19) >>>>>>> origin/release * Release 2.0.0 (#18) ([5bb15f2](https://github.com/bnb-chain/zkbnb-crypto/commit/5bb15f22bfb34c0fd0f290162afc0b2a8ed62203)), closes [#18](https://github.com/bnb-chain/zkbnb-crypto/issues/18) [#14](https://github.com/bnb-chain/zkbnb-crypto/issues/14) ### BREAKING CHANGES * Modify many API * chore(release): 1.0.0 [skip ci] * fix: Creatred time type * chore(release): 1.0.1 [skip ci] * feat: New wasm method * feat: CurrentHeight API * chore(release): 1.1.0 [skip ci] * docs: Update PR tempalte * fix: CurrentPrice API request param * chore(release): 1.1.1 [skip ci] * fix: Export d.ts * chore(release): 1.1.2 [skip ci] * fix: Export constants * chore(release): 1.1.3 [skip ci] * fix: Post and Get params type * chore(release): 1.1.4 [skip ci] * fix: Remove Comment * chore(release): 1.1.5 [skip ci] * fix: TxType export * chore(release): 1.1.6 [skip ci] * feat: Axios response type * chore(release): 1.2.0 [skip ci] * fix: SendRawTx return type * chore(release): 1.2.1 [skip ci] * feat: Remove Price API And add assets API * chore(release): 1.3.0 [skip ci] * chore(release): 2.0.0 [skip ci] Co-authored-by: rickieNodereal <106944501+rickieNodereal@users.noreply.github.com> Co-authored-by: semantic-release-bot ## [2.3.1](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.3.0...v2.3.1) (2022-10-27) ### Bug Fixes * Account Type Update ([0794db0](https://github.com/bnb-chain/zkbnb-crypto/commit/0794db065cd691ef409a32b7f022a41c46256ff6)) # [2.3.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.2.0...v2.3.0) (2022-10-21) ### Features * Add Tx Type ([7775623](https://github.com/bnb-chain/zkbnb-crypto/commit/7775623d3305869a5805979c67cb078e97025e46)) # [2.2.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.1.4...v2.2.0) (2022-10-21) ### Features * Get tx filter type ([b1a013b](https://github.com/bnb-chain/zkbnb-crypto/commit/b1a013bb12cb62800f626a4bdbebc48d1b5735b6)) * Type stringify ([30f8d70](https://github.com/bnb-chain/zkbnb-crypto/commit/30f8d7087a088d48983438403ea47452985fcce1)) ## [2.1.4](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.1.3...v2.1.4) (2022-10-10) ### Bug Fixes * Asset add icon field ([3fd0194](https://github.com/bnb-chain/zkbnb-crypto/commit/3fd01945f39f2094f4222fa43ba080729cad890c)) ## [2.1.3](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.1.2...v2.1.3) (2022-10-10) ### Bug Fixes * Update WASM and remove swap function ([d5de2cf](https://github.com/bnb-chain/zkbnb-crypto/commit/d5de2cfe13fffeeef1753a9a29978373c0e04084)) ## [2.1.2](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.1.1...v2.1.2) (2022-10-10) ### Bug Fixes * GetGasFee tx Type ([5da6645](https://github.com/bnb-chain/zkbnb-crypto/commit/5da664530d82c7385379b20d8269446089441475)) ## [2.1.1](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.1.0...v2.1.1) (2022-10-09) ### Bug Fixes * Get GasFee need txType ([fb07045](https://github.com/bnb-chain/zkbnb-crypto/commit/fb07045ca896fa2690de9d9d23519581981f3a7a)) # [2.1.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v2.0.0...v2.1.0) (2022-10-09) ### Features * Get GasFee need txType ([ec98fe2](https://github.com/bnb-chain/zkbnb-crypto/commit/ec98fe23d256296228888e0961d6042b8bc1384d)) # [2.0.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.3.0...v2.0.0) (2022-09-19) * refactor!: New API ([fa2076c](https://github.com/bnb-chain/zkbnb-crypto/commit/fa2076cf72201ffb4dee51fd5b9d31dec9f169a4)) ### Features * add getAccountNameHash methods ([#14](https://github.com/bnb-chain/zkbnb-crypto/issues/14)) ([1db8eef](https://github.com/bnb-chain/zkbnb-crypto/commit/1db8eefbb4a7f021be93d05d75109eae4caab287)) ### BREAKING CHANGES * Modify many API # [1.3.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.2.1...v1.3.0) (2022-09-19) ### Features * Remove Price API And add assets API ([76d18f3](https://github.com/bnb-chain/zkbnb-crypto/commit/76d18f302c3b1eb75a2743e0fa6f782b251472fd)) ## [1.2.1](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.2.0...v1.2.1) (2022-09-15) ### Bug Fixes * SendRawTx return type ([1f06016](https://github.com/bnb-chain/zkbnb-crypto/commit/1f06016fbdf7518715f03ea49ab447ab567d0aef)) # [1.2.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.1.6...v1.2.0) (2022-09-13) ### Features * Axios response type ([26961f8](https://github.com/bnb-chain/zkbnb-crypto/commit/26961f80a72f4f2041608517a7d1b3c7f8dcd549)) ## [1.1.6](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.1.5...v1.1.6) (2022-09-13) ### Bug Fixes * TxType export ([75bb0a4](https://github.com/bnb-chain/zkbnb-crypto/commit/75bb0a41bc5faac3d7e812c2e1d2e62e993f25ff)) ## [1.1.5](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.1.4...v1.1.5) (2022-09-13) ### Bug Fixes * Remove Comment ([e3f335c](https://github.com/bnb-chain/zkbnb-crypto/commit/e3f335c018a458d8a16b4996e2418c61f4a81318)) ## [1.1.4](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.1.3...v1.1.4) (2022-09-09) ### Bug Fixes * Post and Get params type ([54537b9](https://github.com/bnb-chain/zkbnb-crypto/commit/54537b9b86452a7eda65bfb7e393d86e5cafeca3)) ## [1.1.3](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.1.2...v1.1.3) (2022-09-09) ### Bug Fixes * Export constants ([dbae7e0](https://github.com/bnb-chain/zkbnb-crypto/commit/dbae7e0e105e12eb6c7255386fe41770dbd60888)) ## [1.1.2](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.1.1...v1.1.2) (2022-09-09) ### Bug Fixes * Export d.ts ([547a2ef](https://github.com/bnb-chain/zkbnb-crypto/commit/547a2efd6e8b83a872949996624571431c361f3f)) ## [1.1.1](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.1.0...v1.1.1) (2022-09-08) ### Bug Fixes * CurrentPrice API request param ([fee006e](https://github.com/bnb-chain/zkbnb-crypto/commit/fee006ea280603e2747e6d9fb2358eda3c8c67fe)) # [1.1.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.0.1...v1.1.0) (2022-09-08) ### Features * CurrentHeight API ([d56a08b](https://github.com/bnb-chain/zkbnb-crypto/commit/d56a08bc534daa528eb16288e3cc3434ca5ee34a)) * New wasm method ([e200d89](https://github.com/bnb-chain/zkbnb-crypto/commit/e200d89a12259dac00ee93fa2809f52d29f21235)) ## [1.0.1](https://github.com/bnb-chain/zkbnb-crypto/compare/v1.0.0...v1.0.1) (2022-09-05) ### Bug Fixes * Creatred time type ([44feb1f](https://github.com/bnb-chain/zkbnb-crypto/commit/44feb1f3a825d8fc9075fb55f27b0dac0b62c798)) # [1.0.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.11.0...v1.0.0) (2022-08-30) * refactor!: New API ([69d76b5](https://github.com/bnb-chain/zkbnb-crypto/commit/69d76b5ccec4b26e00aea59d5a7bc6dec72bb847)) ### BREAKING CHANGES * Modify many API # [0.11.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.10.1...v0.11.0) (2022-08-23) ### Features * add getAccountNameHash methods ([#14](https://github.com/bnb-chain/zkbnb-crypto/issues/14)) ([10d33ba](https://github.com/bnb-chain/zkbnb-crypto/commit/10d33ba0db999528245c19231841141899971254)) ## [0.10.1](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.10.0...v0.10.1) (2022-08-10) ### Bug Fixes * Tx API create_at type ([4f241bd](https://github.com/bnb-chain/zkbnb-crypto/commit/4f241bd59619c7b3d6a0eead736d0bea020aa1df)) # [0.10.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.9.0...v0.10.0) (2022-08-10) ### Features * New TX API ([87eda5a](https://github.com/bnb-chain/zkbnb-crypto/commit/87eda5af89d14e71172db57aac73a06f2b3a1d17)) # [0.9.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.8.0...v0.9.0) (2022-08-05) ### Features * Add ZkBNB Crypto ([2a0df5e](https://github.com/bnb-chain/zkbnb-crypto/commit/2a0df5eef338d435e7eccd4e7a565825d6270681)) # [0.8.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.7.0...v0.8.0) (2022-08-05) ### Bug Fixes * New api client param ([2a226af](https://github.com/bnb-chain/zkbnb-crypto/commit/2a226af66ac1e1efb0c9639acf598e8be8d63d4c)) ### Features * Add api - GetGasAccount / GetAccountNftList ([fa4018d](https://github.com/bnb-chain/zkbnb-crypto/commit/fa4018d87db3043f733bc489b15971b090891a94)) # [0.7.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.6.1...v0.7.0) (2022-08-05) ### Features * Integrate semantic-release with CI ([2aa593a](https://github.com/bnb-chain/zkbnb-crypto/commit/2aa593abc5beea437dbf61cf0504d5878929f669)) # [0.6.0](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.5.2...v0.6.0) (2022-08-05) ### Features * Add api - GetGasAccount / GetAccountNftList ([972191a](https://github.com/bnb-chain/zkbnb-crypto/commit/972191a7cbe7cd8307e7e9d83c140704a420cf0a)) ## [0.5.2](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.5.1...v0.5.2) (2022-08-04) ### Bug Fixes * New Relase Workflow ([2c41cc6](https://github.com/bnb-chain/zkbnb-crypto/commit/2c41cc69acece584156277d5416a7173f2d474dc)) ## [0.5.1](https://github.com/bnb-chain/zkbnb-crypto/compare/v0.5.0...v0.5.1) (2022-08-04) ### Bug Fixes * New Relase Workflow ([cc19509](https://github.com/bnb-chain/zkbnb-crypto/commit/cc195090837af9b3285fde0cba0a78ae7f1f4e89)) * New Relase Workflow ([c9b9ccf](https://github.com/bnb-chain/zkbnb-crypto/commit/c9b9ccf78963cc6906c5d35235f4412fa82875fe))