Skip to content

Commit 632d17b

Browse files
committed
refactor: change VERSION for npm package publish
1 parent 9fabdf3 commit 632d17b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
4+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
6+
# 1.0.1
7+
8+
## What's Changed
9+
* refactor: change VERSION for npm package publish
10+
11+
**Full Changelog**: https://github.com/airscripts/analscript/compare/1.0.0...1.0.1
12+
13+
# 1.0.0
14+
15+
## What's Changed
16+
* feat: add anallify to stdlib
17+
* feat: add stringify to stdlib
18+
* feat: add cli
19+
20+
**Full Changelog**: https://github.com/Airscripts/emdees/commits/1.0.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "analscript",
55
"main": "analscript.js",
66
"description": "A modern approach for writing anally fast stuff.",

0 commit comments

Comments
 (0)