Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandPhilippot committed Apr 10, 2021
1 parent afe2326 commit 89a8bb2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.0](https://github.com/armandphilippot/post-types-query-block/compare/v0.1.0...v1.0.0) (2021-04-10)

## 0.1.0 (2021-04-10)


Expand Down
2 changes: 1 addition & 1 deletion 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": "post-types-query",
"version": "0.1.0",
"version": "1.0.0",
"description": "Display a list of posts based on (custom) post types.",
"author": "Armand Philippot",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions post-types-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Post Types Query Block
* Plugin URI: https://github.com/armandphilippot/post-types-query-block
* Description: Display a list of posts based on (custom) post types.
* Version: 0.1.0
* Version: 1.0.0
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Armand Philippot
Expand All @@ -37,7 +37,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'PTQBLOCK_VERSION', '0.1.0' );
define( 'PTQBLOCK_VERSION', '1.0.0' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: block
Requires at least: 5.2
Tested up to: 5.2
Requires PHP: 7.2
Stable tag: 0.1.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 89a8bb2

Please sign in to comment.