Skip to content

Commit 830710f

Browse files
authored
Prep for v1.1.1 - PR#10 from glenn2223
# 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
2 parents 3940a37 + 88b9ac1 commit 830710f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ All notable changes to this project will be documented in this file.
2626
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2828

29+
## [1.1.1] - 2024-11-08
30+
31+
<small>[Compare to previous release][comp:1.1.1]</small>
32+
33+
### Fixed
34+
35+
- Fixed the package missing library data
36+
37+
[comp:1.1.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/compare/v1.1.0...v1.1.1
38+
[1.1.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.1.1
39+
2940
## [1.1.0] - 2024-10-21
3041

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

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@topmarksdevelopment/autocomplete",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Autocomplete user input - similar to JQuery UI Autocomplete",
55
"author": "TopMarksDevelopment",
66
"license": "MIT",
@@ -36,6 +36,7 @@
3636
"build": "rollup --bundleConfigAsCjs -c rollup.config.js",
3737
"format": "prettier --write \"src/**/*.ts\"",
3838
"lint": "eslint ./src",
39+
"prepare": "npm run build",
3940
"prepublishOnly": "npm run lint"
4041
},
4142
"dependencies": {

0 commit comments

Comments
 (0)