Skip to content

Commit

Permalink
Merge branch 'main' into d-david
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Feb 8, 2024
2 parents 33cf43e + 7f0588d commit f4a232d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
## [2.6.2](https://github.com/Itheum/sdk-mx-data-nft/compare/v2.6.1...v2.6.2) (2024-02-05)


### Bug Fixes

* remove husky from package scripts ([462e3e7](https://github.com/Itheum/sdk-mx-data-nft/commit/462e3e703d6caab1217691b75925f4cb427da343))

## [2.6.1](https://github.com/Itheum/sdk-mx-data-nft/compare/v2.6.0...v2.6.1) (2024-02-05)


### Bug Fixes

* add limit to max 50 items per call ([d3bbed8](https://github.com/Itheum/sdk-mx-data-nft/commit/d3bbed8f31e1ea3e4eed40e5445d15f0091c7faf))
* add linx:fix script ([0644626](https://github.com/Itheum/sdk-mx-data-nft/commit/0644626342c02e897da363b2591bed3621d5928c))
* add override attributes and viewData url change based on override ([a1441f1](https://github.com/Itheum/sdk-mx-data-nft/commit/a1441f1788fb420fedc19a91b609042e7d19a68f))
* assign the dataMarshal to originalDataMarshal before override ([f3b7957](https://github.com/Itheum/sdk-mx-data-nft/commit/f3b7957c969a4db5e5200c9fc3ec0a8b1620d897))
* axios vulnerabilities ([0bffa10](https://github.com/Itheum/sdk-mx-data-nft/commit/0bffa10c3b02e8e8d7bcdad587a27cdc089212bd))
* override dataMarshal based on overrideList ([bc6220d](https://github.com/Itheum/sdk-mx-data-nft/commit/bc6220de68990b12ca96507c132f92b18851a93f))

# Change Log

All notable changes will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"test": "jest --runInBand --forceExit",
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build"
},
Expand Down

0 comments on commit f4a232d

Please sign in to comment.