Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 6, 2024
1 parent 08a9ac5 commit 994c1d3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.0.0](https://github.com/tonioriol/transmutant/compare/v5.0.0...v6.0.0) (2024-12-06)


### ⚠ BREAKING CHANGES

* Split Schema type definition into two separate types:
- SchemaItem: represents a single transformation rule
- Schema: represents an array of SchemaItems

### Code Refactoring

* split Schema type into SchemaItem and Schema ([08a9ac5](https://github.com/tonioriol/transmutant/commit/08a9ac57f1ddca1f81d61b3d6e4c69bb15872ba5))

## [5.0.0](https://github.com/tonioriol/transmutant/compare/v4.0.0...v5.0.0) (2024-12-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transmutant",
"version": "5.0.0",
"version": "6.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 994c1d3

Please sign in to comment.