Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep v1.1.0 #9

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ 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).

## UNPUBLISHED
## [1.1.0] - 2024-10-21

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

### Added

Expand All @@ -44,6 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Developer dependency bumps (no user-facing changes)
- Added CI based testing for every PR

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

## [1.0.1] - 2023-11-14

<small>[Compare to previous release][comp:1.0.1]</small>
Expand All @@ -61,11 +66,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Developer dependency bumps (no user-facing changes)
- Updated publish action, `tslib` requirement and node version (no user-facing changes)

[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/compare/v1.0.0...v1.0.1
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.0.1

## [1.0.0] - 2022-12-13

**This was the first release**

[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/compare/v1.0.0...v1.0.1
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.0.1
[1.0.0]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.0.0
[cl:tp]: https://github.com/TopMarksDevelopment/JavaScript.Position/blob/main/CHANGELOG.md
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Autocomplete (A JavaScript package)

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TopMarksDevelopment/JavaScript.Autocomplete/test.yml?style=for-the-badge&label=Tests)](https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/actions/workflows/test.yml)

A small package to provide an autocomplete list as a user is typing.

### Contents
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topmarksdevelopment/autocomplete",
"version": "1.0.1",
"version": "1.1.0",
"description": "Autocomplete user input - similar to JQuery UI Autocomplete",
"author": "TopMarksDevelopment",
"license": "MIT",
Expand Down