Skip to content

Commit

Permalink
Prep for v1.1.1 - PR#10 from glenn2223
Browse files Browse the repository at this point in the history
# 1.1.1 - 2024-11-08

<small>[Compare to previous release][comp:1.1.1]</small>

### Fixed

-   Fixed the package missing library data

[comp:1.1.1]: v1.1.0...v1.1.1
  • Loading branch information
glenn2223 authored Nov 8, 2024
2 parents 3940a37 + 88b9ac1 commit 830710f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2024-11-08

<small>[Compare to previous release][comp:1.1.1]</small>

### Fixed

- Fixed the package missing library data

[comp:1.1.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/compare/v1.1.0...v1.1.1
[1.1.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.1.1

## [1.1.0] - 2024-10-21

<small>[Compare to previous release][comp:1.1.0]</small>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topmarksdevelopment/autocomplete",
"version": "1.1.0",
"version": "1.1.1",
"description": "Autocomplete user input - similar to JQuery UI Autocomplete",
"author": "TopMarksDevelopment",
"license": "MIT",
Expand Down Expand Up @@ -36,6 +36,7 @@
"build": "rollup --bundleConfigAsCjs -c rollup.config.js",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint ./src",
"prepare": "npm run build",
"prepublishOnly": "npm run lint"
},
"dependencies": {
Expand Down

0 comments on commit 830710f

Please sign in to comment.