From e67a7f2c96696274eff57e7dc0ea62cce6f2179e Mon Sep 17 00:00:00 2001 From: akadusei Date: Wed, 31 May 2023 18:05:24 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7445c..0d430d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - +## [1.0.0] - 2023-05-31 ### Changed - Upgrade `grottopress/getter` package to v1.0 diff --git a/package.json b/package.json index 10e4588..999714a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grottopress/wordpress-posts", - "version": "0.17.3", + "version": "1.0.0", "description": "Query and display posts in WordPress", "license": "MIT", "private": true,