Skip to content

Commit 7da55ec

Browse files
committed
publish 1.0.0
1 parent 1783dff commit 7da55ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# MessageBox Changelog
22

3+
## 1.0.0
4+
5+
- Update all packages and migrate codebase to TypeScript + ESM
6+
- Remove `lodash.template` dependency in favor of `lodash-es`
7+
38
## 0.2.7
49

510
Fix transpiling configuration to support IE11 (try again)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "message-box",
3-
"version": "0.2.7",
3+
"version": "1.0.0",
44
"description": "A package for defining and getting validation error messages, with support for Meteor Tracker reactivity",
55
"author": "Eric Dobbertin <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)