Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-05-04)

### Bug Fixes

* only include dist in package contents ([8cb9541](8cb9541))
  • Loading branch information
semantic-release-bot committed May 4, 2023
1 parent 8cb9541 commit 0be02ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/hanneskuettner/directus-extension-inline-form-interface/compare/v1.0.0...v1.0.1) (2023-05-04)


### Bug Fixes

* only include dist in package contents ([8cb9541](https://github.com/hanneskuettner/directus-extension-inline-form-interface/commit/8cb9541e9d1b2571d00324d53e92ac34cf8ecbcb))

# 1.0.0 (2023-05-04)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "directus-extension-inline-form-interface",
"description": "An inline form interface for Directus",
"icon": "extension",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/hanneskuettner/directus-extension-inline-form-interface.git"
Expand All @@ -22,10 +22,10 @@
"source": "src/index.ts",
"host": "^9.26.0"
},
"files": [
"dist"
],
"scripts": {
"files": [
"dist"
],
"scripts": {
"build": "directus-extension build",
"dev": "directus-extension build -w --no-minify",
"link": "directus-extension link",
Expand Down

0 comments on commit 0be02ee

Please sign in to comment.