Skip to content

Commit

Permalink
chore: release v3.16.0 with full text of license
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Feb 21, 2025
1 parent 03183d6 commit f14481a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.16.0 (2025-02-21)

- chore: after testing bump version to release version 3.16.0

## 3.16.0-beta.3 (2025-02-21)

- chore: revert the full text of ISC license from https://opensource.org/license/isc-license-txt
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansis",
"version": "3.16.0-beta.3",
"version": "3.16.0",
"description": "A small and fast library for applying ANSI colors in terminal or browser console",
"keywords": [
"ansi",
Expand Down
2 changes: 1 addition & 1 deletion package.npm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"ansis",
"version":"3.16.0-beta.3",
"version":"3.16.0",
"description":"ANSI color lib",
"keywords":["ansi","color","cli"],
"license":"ISC",
Expand Down

0 comments on commit f14481a

Please sign in to comment.