Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehwagz committed Dec 30, 2021
1 parent 1d34dfe commit f9a88fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2021-12-30)

## First major release!

- Implements workflow improvements via vite and typescript
- Adds test suite using uvu
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smitter",
"version": "0.0.4",
"version": "1.0.0",
"description": "A small event emitter",
"files": [
"dist"
Expand All @@ -21,7 +21,7 @@
"build": "vite build && tsc --emitDeclarationOnly && mv dist/lib dist/types",
"test": "c8 uvu -r esbuild-register lib/__tests__",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.mjs"
"release": "node scripts/release.js"
},
"repository": {
"type": "git",
Expand All @@ -35,12 +35,12 @@
"devDependencies": {
"@types/node": "^17.0.5",
"c8": "^7.10.0",
"chalk": "4.1.1",
"chalk": "^4.1.1",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"esbuild": "^0.14.9",
"esbuild-register": "^3.3.1",
"execa": "^6.0.0",
"execa": "^5.0.0",
"prettier": "^2.5.1",
"semver": "^7.3.5",
"typescript": "^4.5.4",
Expand Down

0 comments on commit f9a88fb

Please sign in to comment.