Skip to content

Commit

Permalink
refactor: change VERSION for npm package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Jul 29, 2023
1 parent 9fabdf3 commit 632d17b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 632d17b

Please sign in to comment.