Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dejurin committed May 13, 2024
1 parent 5181d2c commit f5fcd5e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ console.log(skinTone("🧑🏿‍🤝‍🧑🏿", "light")); // 🧑🏻‍🤝
### Browser

```js
// https://unpkg.com/@qit.tools/[email protected].1/dist/browser/latest.min.js
// https://unpkg.com/@qit.tools/[email protected].2/dist/browser/latest.min.js

document.addEventListener("DOMContentLoaded", () => {
console.log(skinTone("🧑🏻‍🤝‍🧑🏻", "dark"));
Expand Down
2 changes: 1 addition & 1 deletion dist/browser/latest.min.js

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

2 changes: 1 addition & 1 deletion dist/esnext/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type SkinTone = '' | 'none' | 'light' | 'mediumLight' | 'medium' | 'mediu
*
* 🪄 Qit.tools
* @name @qit.tools/skin-tone
* @version 0.6.1
* @version 0.6.2
* @license MIT
* @copyright Copyright (c) 2024 Qit.tools.
* @see https://github.com/Qit-tools/skin-tone
Expand Down
2 changes: 1 addition & 1 deletion dist/esnext/index.js

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": "@qit.tools/skin-tone",
"version": "0.6.1",
"version": "0.6.2",
"description": "Change emoji skin tones effortlessly. 🧛🧛🏻🧛🏼🧛🏽🧛🏾🧛🏿",
"types": "./dist/esnext/index.d.ts",
"exports": {
Expand Down

0 comments on commit f5fcd5e

Please sign in to comment.