Skip to content

Commit b27384b

Browse files
committed
Version bump
1 parent af8cc35 commit b27384b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export function init(baseURL='/', baseFlowURL='/', baseParams={}) {
102102
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-mh-base-transforms')
103103
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-mh-local-transforms')
104104
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-mh-proxy')
105-
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-transforms')
106105
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-mh-transform-proxied')
106+
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-transforms')
107107
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-name')
108108

109109
// Apply common modifications

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manhattan-content",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Content editing for the manhattan web framework",
55
"engines": {
66
"node": ">=8.9.4"

0 commit comments

Comments
 (0)