Skip to content

Commit

Permalink
version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Aug 23, 2022
1 parent e7a66c9 commit 01fc8a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
|_ _|___ ___ ___ ___ ___
| | | .'| . | . | -_| _|
|_| |__,|_ |_ |___|_|
|___|___| version 0.4.2
|___|___| version 0.4.3
```
# [Tagger: Zero dependency, Vanilla JavaScript Tag Editor](https://github.com/jcubic/tagger)

[![npm](https://img.shields.io/badge/npm-0.4.2-blue.svg)](https://www.npmjs.com/package/@jcubic/tagger)
[![npm](https://img.shields.io/badge/npm-0.4.3-blue.svg)](https://www.npmjs.com/package/@jcubic/tagger)

![Tag Editor widget in JavaScript](https://raw.githubusercontent.com/jcubic/tagger/master/screenshot.png)

Expand Down Expand Up @@ -97,6 +97,8 @@ TypeScript definition file:
[tagger.d.ts](tagger.d.ts)

## Changelog
### 0.4.3
* Fix completion on Safari [#7](https://github.com/jcubic/tagger/issues/7)
### 0.4.2
* Fix autocomplete [#22](https://github.com/jcubic/tagger/pull/22)
### 0.4.1
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": "@jcubic/tagger",
"version": "0.4.2",
"version": "0.4.3",
"description": "Zero dependency, Vanilla JavaScript Tag Editor",
"typings": "tagger.d.ts",
"main": "tagger.js",
Expand Down
4 changes: 2 additions & 2 deletions tagger.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* |_ _|___ ___ ___ ___ ___
* | | | .'| . | . | -_| _|
* |_| |__,|_ |_ |___|_|
* |___|___| version 0.4.1
* |___|___| version 0.4.3
*
* Tagger - Zero dependency, Vanilla JavaScript Tag Editor
*
* Copyright (c) 2018-2021 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018-2022 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*/
.tagger {
Expand Down
4 changes: 2 additions & 2 deletions tagger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* |_ _|___ ___ ___ ___ ___
* | | | .'| . | . | -_| _|
* |_| |__,|_ |_ |___|_|
* |___|___| version 0.4.2
* |___|___| version 0.4.3
*
* Tagger - Zero dependency, Vanilla JavaScript Tag Editor
*
* Copyright (c) 2018-2021 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*/
declare namespace Tagger {
Expand Down
4 changes: 2 additions & 2 deletions tagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* |_ _|___ ___ ___ ___ ___
* | | | .'| . | . | -_| _|
* |_| |__,|_ |_ |___|_|
* |___|___| version 0.4.2
* |___|___| version 0.4.3
*
* Tagger - Zero dependency, Vanilla JavaScript Tag Editor
*
* Copyright (c) 2018-2021 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018-2022 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*/
/* global define, module, global */
Expand Down

0 comments on commit 01fc8a7

Please sign in to comment.