diff --git a/CHANGELOG.md b/CHANGELOG.md index 32394c5..42832f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/nuxt-community/algolia-module/compare/v1.0.0...v1.0.1) (2022-07-07) + + +### Bug Fixes + +* indexer causing errors when undefined ([53e1c27](https://github.com/nuxt-community/algolia-module/commit/53e1c273c9a451c0d275b26a1ac0e6c98fccf8bc)) + ## [1.0.0](https://github.com/nuxt-community/algolia-module/compare/v0.9.2...v1.0.0) (2022-06-29) diff --git a/package.json b/package.json index 9f5f252..e4bfd57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/algolia", - "version": "1.0.1-rc.1", + "version": "1.0.1", "description": "Algolia module for Nuxt", "repository": { "type": "git",