Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-10-23)

### Bug Fixes

* jest test ([e8e2a53](e8e2a53))
* mute search v1 endpoint error ([4f28a64](4f28a64))
* repository in package.json ([04adda2](04adda2))

### Features

* add the publish workflow ([a2efa90](a2efa90))
* search v1 endpoint ([9a65b68](9a65b68))
  • Loading branch information
semantic-release-bot committed Oct 23, 2022
1 parent 04adda2 commit c93ba4d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.0.0 (2022-10-23)


### Bug Fixes

* jest test ([e8e2a53](https://github.com/openupm/verdaccio-redis-search-patch/commit/e8e2a53887400bcfa6dfc630bfd4d4c8eb0e9b4b))
* mute search v1 endpoint error ([4f28a64](https://github.com/openupm/verdaccio-redis-search-patch/commit/4f28a6438a0f164433f0f87f4b407e3bc66242a4))
* repository in package.json ([04adda2](https://github.com/openupm/verdaccio-redis-search-patch/commit/04adda20d70319cf163b630cd80dbddd944dccc5))


### Features

* add the publish workflow ([a2efa90](https://github.com/openupm/verdaccio-redis-search-patch/commit/a2efa90924345270cc9b4f10b87ee13610f4df18))
* search v1 endpoint ([9a65b68](https://github.com/openupm/verdaccio-redis-search-patch/commit/9a65b68a7acfecdd3b3a5198d803d14daf9cc165))
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": "verdaccio-redis-search-patch",
"version": "0.0.1",
"version": "1.0.0",
"description": "The middleware overrides v1/search endpoint with a redis search based backend for verdaccio@5 and verdaccio-redis-storage",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down

0 comments on commit c93ba4d

Please sign in to comment.