Skip to content

Commit

Permalink
fix-doc,release: typo in documentation for changelog (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianStan authored Jul 15, 2022
1 parent 08ff475 commit 811c9da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [v1.2.1](https://github.com/GeorgianStan/vanilla-context-menu/compare/v1.1.0...v1.2.1) (2022-07-15)
## [v1.2.2](https://github.com/GeorgianStan/vanilla-context-menu/compare/v1.1.0...v1.2.2) (2022-07-15)

## [v1.1.0](https://github.com/GeorgianStan/vanilla-context-menu/compare/v1.0.0...v1.1.0) (2022-06-25)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
### Browser CDN

```html
<script src="https://unpkg.com/vanilla-context-menu@1.2.1/dist/vanilla-context-menu.js"></script>
<script src="https://unpkg.com/vanilla-context-menu@1.2.2/dist/vanilla-context-menu.js"></script>
```

Where `@1.2.1` is the version that you want to use.
Where `@1.2.2` is the version that you want to use.

Then anywhere in your JavaScript code you can access the library with `window.VanillaContextMenu` or simply `VanillaContextMenu`.

Expand Down Expand Up @@ -184,7 +184,7 @@ Pull requests and stars are always welcome. Please check the [guidelines](https:

## Changelog

Pull requests and stars are always welcome. Please check the [guidelines](https://github.com/GeorgianStan/vanilla-context-menu/blob/master/CHANGELOG.md).
For project updates you can also reference the [changelog](https://github.com/GeorgianStan/vanilla-context-menu/blob/master/CHANGELOG.md).

## Stay in touch

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": "vanilla-context-menu",
"version": "1.2.1",
"version": "1.2.2",
"description": "Easily create context menus using vanilla JavaScript and integrate them in any web application",
"main": "./dist/vanilla-context-menu.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 811c9da

Please sign in to comment.