diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2c9d618 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog +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.0.1 + +## What's Changed +* refactor: change VERSION for npm package publish + +**Full Changelog**: https://github.com/airscripts/analscript/compare/1.0.0...1.0.1 + +# 1.0.0 + +## What's Changed +* feat: add anallify to stdlib +* feat: add stringify to stdlib +* feat: add cli + +**Full Changelog**: https://github.com/Airscripts/emdees/commits/1.0.0 \ No newline at end of file diff --git a/VERSION b/VERSION index afaf360..7f20734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/package.json b/package.json index 78b81ab..5e9083e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.0.0", + "version": "1.0.1", "name": "analscript", "main": "analscript.js", "description": "A modern approach for writing anally fast stuff.",