@subql/frontier-evm-processor 0.1.4-0 → 0.1.5-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,26 +4,44 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [Unreleased]
8
+ ### Changed
9
+ - Updated dependencies (#54)
10
+
11
+ ### Added
12
+ - JSDoc to filters (#54)
13
+
14
+ ## [0.1.4] - 2023-05-29
15
+ ### Fixed
16
+ - `to` field being defined on contract creation. It is now undefined (#51)
17
+
7
18
  ## [0.1.3] - 2023-05-10
8
19
  ### Fixed
9
20
  - Don't throw when not able to get execution event (#49)
10
21
 
11
22
  ## [0.1.2] - 2022-08-26
12
- No changes, fix release skipped.
23
+ ### Fixed
24
+ - No changes, fix release skipped.
13
25
 
14
26
  ## [0.1.1] - 2022-08-26
15
- No changes, fix release skipped.
27
+ ### Fixed
28
+ - No changes, fix release skipped.
16
29
 
17
30
  ## [0.1.0] - 2022-08-26
18
31
  ### Added
19
32
  - Bundled build output. (#18)
33
+
20
34
  ### Changed
21
35
  - Updated dependencies. (#17)
22
36
 
23
37
  ## [0.0.2] - 2022-05-11
24
-
25
- Migrated from `@subql/contract-processors` package
26
-
27
- ### Updated
28
-
38
+ ### Changed
29
39
  - update to datasource spec version 1.0.0
40
+
41
+ [Unreleased]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.4...HEAD
42
+ [0.1.4]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.3...frontier-evm/0.1.4
43
+ [0.1.3]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.2...frontier-evm/0.1.3
44
+ [0.1.2]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.1...frontier-evm/0.1.2
45
+ [0.1.1]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.0...frontier-evm/0.1.1
46
+ [0.1.0]: https://github.com/subquery/datasource-processors/frontier-evm/0.0.2...frontier-evm/0.1.0
47
+ [0.0.2]: https://github.com/subquery/datasource-processors/tags/frontier-evm/0.0.2