Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Mar 12, 2023
1 parent 990832a commit 45f2617
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.0.2](https://github.com/pigeonposse/fake-admin/compare/0.0.1...0.0.2)

- Test release πŸ”Œβš‘πŸŒ [`f81e8dc`](https://github.com/pigeonposse/fake-admin/commit/f81e8dc53a35ca00c1f3f9badf499afa8b6222b3)
- Test release πŸ”Œβš‘πŸŒ [`d4b64fb`](https://github.com/pigeonposse/fake-admin/commit/d4b64fb5d048a798e8da0397deecad50b08dd4a5)
- Test release πŸ”Œβš‘πŸŒ [`990832a`](https://github.com/pigeonposse/fake-admin/commit/990832a94e22d35e98b8d6bc19e7b278bec1ea30)

#### 0.0.1

> 12 March 2023
- First commit πŸŒˆπŸ”Œ [`74e70ea`](https://github.com/pigeonposse/fake-admin/commit/74e70ea03583d9bd3058bb54ebcd9ce71856048e)
- Release v0.0.1 [`7a498fe`](https://github.com/pigeonposse/fake-admin/commit/7a498fe7fc86d9f52386e54f894e2acc81afb929)
- Test release πŸ”Œβš‘πŸŒ [`e204cfc`](https://github.com/pigeonposse/fake-admin/commit/e204cfc22fb1f8c5a005091d9ddc1953042d34a0)
- Test release πŸ”Œβš‘πŸŒ [`c68a907`](https://github.com/pigeonposse/fake-admin/commit/c68a907c067bdf9db9692265095d8b2799d80838)
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "fake-admin",
"version": "0.0.1",
"version": "0.0.2",
"description": "πŸ•΅οΈβ€β™€οΈπŸ”Œ Wordpress plugin that prevents your admin user from being exposed to the public.",
"require-dev": {
"phpunit/phpunit": "^6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "fake-admin",
"version": "0.0.1",
"version": "0.0.2",
"main": "plugin/fake-admin.php",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0",
Expand Down

0 comments on commit 45f2617

Please sign in to comment.