From 310c93e47817fcc970e6be40cdd0b36a54f859ff Mon Sep 17 00:00:00 2001 From: ReeceM Date: Wed, 30 Jun 2021 23:08:05 +0200 Subject: [PATCH] changelog and fix version number --- CHANGELOG.md | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fb5f8..9da1913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -This is for version 0.3.0 + +## [0.3.0] - 2021-06-30 ### Added - Option to make use of callback in `optionsMapPerDocumentType` see Discussion [Lastmod support #8](https://github.com/ReeceM/prismic-sitemap/discussions/8) @@ -54,8 +55,9 @@ First kind of functional version of the package and it also has the ability to h - Initial File - Docs and such -[Unreleased]: https://github.com/reecem/prismic-sitemap/compare/v0.2.0...HEAD -[0.2.0]: https://github.com/reecem/prismic-sitemap/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/reecem/prismic-sitemap/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/reecem/prismic-sitemap/compare/v0.3.0...HEAD +[0.2.0]: https://github.com/reecem/prismic-sitemap/compare/v0.2.0 [0.1.1]: https://github.com/reecem/prismic-sitemap/tag/v0.1.0 [0.1.0]: https://github.com/reecem/prismic-sitemap/tag/v0.1.0 [0.0.2]: https://github.com/reecem/prismic-sitemap/tag/v0.0.2 diff --git a/package.json b/package.json index 2dc438c..d7d2349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reecem/prismic-sitemap", - "version": "0.3.0-alpha.2", + "version": "0.3.0", "description": "Sitemap Generator for Prismic and Next.js", "keywords": [ "javascript",