Skip to content

Commit b2a4052

Browse files
Merge pull request #18 from webdevnerdstuff/dev
Revert version
2 parents a3d9346 + a84581b commit b2a4052

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

CHANGELOG.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Change Log
22
All notable changes to the "vue3-easter-egg-trigger" plugin will be documented in this file.
33

4-
## v3.0.1
5-
2024-01-17
6-
[main] (@webdevnerdstuff)
7-
* README and CHANGELOG updates
8-
94
## v3.0.0
105
2024-01-17
116
[main] (@webdevnerdstuff)

dist/vue-easter-egg-trigger.cjs.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-easter-egg-trigger.es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineComponent as D, inject as O, reactive as l, watchEffect as R, onM
22
import { includes as m, isEqual as U, uniq as E } from "lodash";
33
/**
44
* @name @wdns/vue-easter-egg-trigger
5-
* @version 3.0.1
5+
* @version 3.0.0
66
* @description Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.
77
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
88
* @copyright Copyright 2024, WebDevNerdStuff

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vue-easter-egg-trigger",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)