Skip to content

Commit

Permalink
Bumps version to 2.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
steven2308 committed Jan 30, 2024
1 parent 5c6dc47 commit d5ffb8e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.4.3] - 2024-01-30

### Changed

- Now requires node>=18.
- Moves dependencies to devDependencies.
- Adds missing prettier and linting devDependencies.
- Renames prepare script to prepare:commit so prettier and dodoc do not run on installation.

## [2.4.2] - 2024-01-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion contracts/RMRK/core/RMRKCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pragma solidity ^0.8.21;
* @dev This is currently just a passthrough contract which allows for granular editing of base-level ERC721 functions.
*/
contract RMRKCore {
string private constant _VERSION = "2.4.2";
string private constant _VERSION = "2.4.3";
bytes4 private constant _RMRK_INTERFACE = 0x524D524B; // "RMRK" in ASCII hex

/**
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": "@rmrk-team/evm-contracts",
"version": "2.4.2",
"version": "2.4.3",
"license": "Apache-2.0",
"files": [
"contracts/RMRK/*",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
"include": ["./scripts", "./test", "./typechain-types"],
"files": ["./hardhat.config.ts"],
}

0 comments on commit d5ffb8e

Please sign in to comment.