Skip to content

Commit

Permalink
Version 3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed May 12, 2020
1 parent a78b260 commit 01511b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/dompurify-html.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ObjectDirective } from '@vue/runtime-core';
export interface MinimalDOMPurifyConfig {
ADD_ATTR?: string[];
ADD_DATA_URI_TAGS?: string[];
ADD_TAGS?: string[];
ALLOW_DATA_ATTR?: boolean;
ALLOWED_ATTR?: string[];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-dompurify-html",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Safe replacement for the v-html directive",
"license": "MIT",
"author": "Thomas Gerbet",
Expand Down

0 comments on commit 01511b6

Please sign in to comment.