Skip to content

Commit

Permalink
docs: roll v1.0.1
Browse files Browse the repository at this point in the history
docs: add CHANGELOG
  • Loading branch information
PaulRBerg committed Jul 13, 2023
1 parent ffa8d1b commit bca1d9e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/).

[1.0.1]: https://github.com/sablier-labs/v2-core/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/sablier-labs/v2-core/releases/tag/v1.0.0

## [1.0.1] - 2023-07-13

### Changed

- Optimize use of variables in `tokenURI` ([#617](https://github.com/sablier-labs/v2-core/pull/617))

### Fixed

- Fix data URI scheme in `tokenURI` ([#617](https://github.com/sablier-labs/v2-core/pull/617))

## [1.0.0] - 2023-07-07

### Added

- Initial release
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sablier/v2-core",
"description": "Core smart contracts of the Sablier V2 token streaming protocol",
"license": "BUSL-1.1",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Sablier Labs Ltd",
"url": "https://sablier.com"
Expand All @@ -21,6 +21,7 @@
"files": [
"artifacts",
"src",
"CHANGELOG.md",
"LICENSE-GPL.md"
],
"homepage": "https://github.com/sablier-labs/v2-core#readme",
Expand Down

0 comments on commit bca1d9e

Please sign in to comment.