diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccda9a..2c97f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.2 + +## What's Changed +* refactor: update package-lock.json with recent changes +* chore: add logo + +**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.1...1.1.2 + # 1.1.1 ## What's Changed diff --git a/README.md b/README.md index 7765133..3b79481 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ -# Analscript -Analscript is an esoteric programming language, that takes inspiration from the fallen Anal Lang and serves, the purpose to be a modern approach for writing anally fast stuff. +
+ Analscript is an esoteric programming language, that takes inspiration from the fallen Anal Lang and serves, the purpose to be a modern approach for writing anally fast stuff. +
## Contents - [Installation](#installation) @@ -25,7 +34,7 @@ analscript help This command will show you something like this: ``` -Analscript Version 1.1.1 +Analscript Version 1.1.2 Copyright (c) 2023 by Airscript Usage: diff --git a/VERSION b/VERSION index 8cfbc90..8428158 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.1.2 \ No newline at end of file diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..099ed10 Binary files /dev/null and b/assets/images/logo.png differ diff --git a/package-lock.json b/package-lock.json index 17cdbae..3cd0f22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "analscript", - "version": "1.0.2", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "analscript", - "version": "1.0.2", + "version": "1.1.2", "license": "MIT", "bin": { "analscript": "cli.js" diff --git a/package.json b/package.json index 937bb1d..52461aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.1.1", + "version": "1.1.2", "name": "analscript", "main": "analscript.js", "description": "A modern approach for writing anally fast stuff.",