Skip to content

Commit

Permalink
chore(release/0.17.0): release 0.17.0 (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Oct 28, 2024
1 parent df1b0cd commit 59ad0ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.17.0](https://github.com/aeternity/aescan/compare/0.16.1...0.17.0) (2024-10-24)


### Features

* e2e testing - filtering ([#917](https://github.com/aeternity/aescan/issues/917)) ([d5ceab4](https://github.com/aeternity/aescan/commit/d5ceab4ef50b72529bc166fb3b674565929ce618))
* e2e testing improvements ([#966](https://github.com/aeternity/aescan/issues/966)) ([506155e](https://github.com/aeternity/aescan/commit/506155eed449fc7fda45d889cea5d560f6010d71))
* migrate names related endpoints to v3 ([#915](https://github.com/aeternity/aescan/issues/915)) ([cf3c959](https://github.com/aeternity/aescan/commit/cf3c9596320be8e10b91e0361d45a5525e76031b))
* Use nuxt-link ([#949](https://github.com/aeternity/aescan/issues/949)) ([5e4cb79](https://github.com/aeternity/aescan/commit/5e4cb792f7d9b086f52a8cb8b6208cecce54d962))


### Bug Fixes

* Add N/A label for no query and response even ([#948](https://github.com/aeternity/aescan/issues/948)) ([4150fc1](https://github.com/aeternity/aescan/commit/4150fc172b83ab4b7e78fdb8dcb3e88b29258c4b))
* code cleanup ([#970](https://github.com/aeternity/aescan/issues/970)) ([df1b0cd](https://github.com/aeternity/aescan/commit/df1b0cd9dccd148c455e195dbaf94e2a0826b52c))
* sanitize contract events ([#969](https://github.com/aeternity/aescan/issues/969)) ([2566580](https://github.com/aeternity/aescan/commit/2566580cbdb5bd8dc8eb1c106f19698e56a1344c))

## [0.16.1](https://github.com/aeternity/aescan/compare/0.16.0...0.16.1) (2024-10-23)


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": "aescan",
"version": "0.16.1",
"version": "0.17.0",
"private": true,
"author": "æternity",
"description": "æScan is a blockchain explorer, analytics platform, and decentralized smart contract navigation platform based on æternity",
Expand Down

0 comments on commit 59ad0ce

Please sign in to comment.