Skip to content

Commit

Permalink
update changelog & bump the npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-taran committed Oct 17, 2023
1 parent 46bac1e commit 1e6ce4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [9.1.1] - 2023-10-17

- Allows postcss-import to know which default file to use (#109)

## [9.1.0] - 2023-08-23

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocompleter",
"version": "9.1.0",
"version": "9.1.1",
"description": "Blazing fast and lightweight autocomplete library without dependencies. 1KB gzipped.",
"main": "autocomplete.js",
"style": "autocomplete.css",
Expand Down Expand Up @@ -62,4 +62,4 @@
"vanilla",
"widget"
]
}
}

0 comments on commit 1e6ce4d

Please sign in to comment.