Skip to content

Commit 3ef56a4

Browse files
committed
chore: release 1.0.4
1 parent 22eb0be commit 3ef56a4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.4] - 2025-03-12
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- :green_heart: meteor publish: remove node_modules first
10+
- :see_no_evil: try to .meteorignore node_modules
11+
- :pushpin: meteor .versions for v1.0.3
12+
513
## [1.0.3] - 2025-03-11
614

715
### 🐛 Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "meteor-tooltips",
33
"description": "Reactive tooltips for Meteor, no coffee required",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"scripts": {
66
"build": "coffee -t --output ./dist/ --map -c ./src/ ",
77
"postbuild": "cp src/tooltips.html dist/",

0 commit comments

Comments
 (0)