Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
chore: prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Sep 6, 2023
1 parent d4a662e commit 48d1cda
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] 2023-09-06

### Fixed

- Fixed timestamp in GraphQL API
Expand Down Expand Up @@ -239,6 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Specific ERC-20 Portal
- Deprecated mock contracts

[Unreleased]: https://github.com/cartesi/rollups/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/cartesi/rollups/releases/tag/v1.0.1
[1.0.0]: https://github.com/cartesi/rollups/releases/tag/v1.0.0
[0.9.1]: https://github.com/cartesi/rollups/releases/tag/v0.9.1
[0.9.0]: https://github.com/cartesi/rollups/releases/tag/v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion offchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
]

[workspace.package]
version = "1.0.0"
version = "1.0.1"
license = "Apache-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/rollups-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rollups CLI",
"main": "dist/cli.js",
"repository": "https://github.com/cartesi/rollups",
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/rollups",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "run-s compile export",
"clean:ignored": "rimraf artifacts cache coverage deployments/localhost dist generated-src src/types/*",
Expand Down

0 comments on commit 48d1cda

Please sign in to comment.