diff --git a/CHANGELOG.md b/CHANGELOG.md index efc29c0..fb13d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Original goal is followed [Tact Compiler Changelog](https://github.com/tact-lang/tact/tree/main), and keep this project in sync. Enjoy! ❤️❤️❤️ +## [0.5.0] - 2023-10-05 + +### Added + +- Add the Jetton Token Standard example. + ## [0.4.0] - 2023-09-29 ### Changed diff --git a/README.md b/README.md index 9916b92..494432e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ 1. Tact code is under the `src` directory. The `src` directory contains the following files: `src/routes/(examples)` - The source code for the examples. 2. The terminal output is located in `src/routes/(examples)/+layout.svelte` file. +3. Run `npm run tact-build` to compile the Tact code you just added. + +### Running the project Once you've run `npm install` start a development server: diff --git a/docs/00-hello-world.html b/docs/00-hello-world.html index b58bfdc..021d4c2 100644 --- a/docs/00-hello-world.html +++ b/docs/00-hello-world.html @@ -34,20 +34,20 @@ - + - + - + - - - + + + - - + +