Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
* implement marshal ecrypt and uptime methods ([680322b](680322b))
  • Loading branch information
semantic-release-bot authored and bucurdavid committed Jan 16, 2024
1 parent 680322b commit 6a11605
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dist
.rpt2_cache
.yalc
.husky
out
out/

# misc
.DS_Store
Expand Down
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
src

.travis.yml
.idea
.eslintrc
.eslintignore
.prettierrc

tsconfig.json
tsconfig.test.json
jest.config.ts
babel.config.js
esbuild.js
jest.config.js

out/
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.0 (2024-01-16)


### Features

* implement marshal ecrypt and uptime methods ([680322b](https://github.com/Itheum/sdk-data-marshal-network/commit/680322b20008d3976ba0580f89553457d3f38351))

# Change Log

All notable changes will be documented in this file.
Expand Down

0 comments on commit 6a11605

Please sign in to comment.