# Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

# 1.41.0 (2023-03-09)

# Bug Fixes

  • cli: add missing await to tablegen, fix formatting (#472) (4313c27)
  • world: fix schema order (#464) (3d137dd)

# Features

  • add pushToField to Store and World (#434) (b665efc)
  • cli: add setMetadata to autogen of table libraries (#466) (1e129fe)
  • cli: add v2 deployment script (#450) (1db37a5)
  • cli: user types and route/path separation (#454) (758bf03)

# 1.40.0 (2023-03-03)

# Features

  • add StoreMetadata table for table name and field names to Store and World (#428) (ae39ace)
  • v2 - add store, world and schema-type, cli table code generation (#422) (cb731e0)

# BREAKING CHANGES

  • This commit removes the deprecated mud deploy CLI command. Use mud deploy-contracts instead.