Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 3, 2024
1 parent d6b5049 commit 6e260fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/webmuds/colors/compare/0.3.0...0.3.1) (2024-05-03)


### Bug Fixes

* wrapEmoji should ignore all non-unicode ([#41](https://github.com/webmuds/colors/issues/41)) ([d6b5049](https://github.com/webmuds/colors/commit/d6b50497cd2e1762ec2f8ac4cb5ac8622c257ba0))

## [0.3.0](https://github.com/webmuds/colors/compare/0.2.0...0.3.0) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webmuds/colors",
"version": "0.3.0",
"version": "0.3.1",
"description": "MUD color tags string parser for WebMUDs",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.3.0' /* x-release-please-version */
export const VERSION = '0.3.1' /* x-release-please-version */

0 comments on commit 6e260fa

Please sign in to comment.