Skip to content

Commit

Permalink
chore(release): 🚀 1.39.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.39.1](v1.39.0...v1.39.1) (2024-10-22)

### Bug Fixes

* correctly handle when a file, that is not a .zen or .chain.js, is created, modified or deleted in the contracts folder ([#377](#377)) ([9ea1609](9ea1609))
* do not convert public file to strings ([#379](#379)) ([a274eef](a274eef))
  • Loading branch information
semantic-release-bot committed Oct 22, 2024
1 parent a274eef commit 479820e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.39.1](https://github.com/forkbombeu/ncr/compare/v1.39.0...v1.39.1) (2024-10-22)


### Bug Fixes

* correctly handle when a file, that is not a .zen or .chain.js, is created, modified or deleted in the contracts folder ([#377](https://github.com/forkbombeu/ncr/issues/377)) ([9ea1609](https://github.com/forkbombeu/ncr/commit/9ea160989b38457c8268d3532ef6376b44589226))
* do not convert public file to strings ([#379](https://github.com/forkbombeu/ncr/issues/379)) ([a274eef](https://github.com/forkbombeu/ncr/commit/a274eef3e40ea931f703b1b50e897833dcc3bcc3))

# [1.39.0](https://github.com/forkbombeu/ncr/compare/v1.38.1...v1.39.0) (2024-10-16)


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": "ncr",
"version": "1.39.0",
"version": "1.39.1",
"description": "No code REST API server based on zencode natural language smart contracts",
"repository": "https://github.com/forkbombeu/ncr",
"author": {
Expand Down

0 comments on commit 479820e

Please sign in to comment.