Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Sep 19, 2022
1 parent d8ada55 commit 11c3deb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 📥・v1.4.2 (02.06.2022)
## 📥・v1.4.3 (19.09.2022)
1. Small changes in index.d.ts etc.

## 📥・v1.4.2 (05.06.2022)
1. Added typings.
2. Small fixes in README.md and README_PL.md.

Expand Down
22 changes: 11 additions & 11 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export function unicode(): String
export function emojis(): Object
export function cats(): Object
export function hearts(): Object
export function foods(): Object
export function circles(): Object
export function unicode(): string;
export function emojis(): Object;
export function cats(): Object;
export function hearts(): Object;
export function foods(): Object;
export function circles(): Object;

export class kaomojis {
cat()
dog()
owo()
uwu()
love()
cat();
dog();
owo();
uwu();
love();
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sefinek/random-emoji",
"version": "1.4.2",
"version": "1.4.3",
"description": "Returns a random emoticons (name, type) and kaomojis.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 11c3deb

Please sign in to comment.