diff --git a/CHANGELOG.md b/CHANGELOG.md index 52de72b..73f24d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# 1.1.0 + +## What's Changed +* feat: add run and compile commands to stdlib + +**Full Changelog**: https://github.com/airscripts/analscript/compare/1.0.2...1.1.0 + # 1.0.2 ## What's Changed diff --git a/README.md b/README.md index fc3c294..79021ef 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ analscript help This command will show you something like this: ``` -Analscript Version 1.0.2 +Analscript Version 1.1.0 Copyright (c) 2023 by Airscript Usage: diff --git a/VERSION b/VERSION index e6d5cb8..1cc5f65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/package.json b/package.json index 735d0bb..12314b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.0.2", + "version": "1.1.0", "name": "analscript", "main": "analscript.js", "description": "A modern approach for writing anally fast stuff.",