Skip to content

Commit a6b87bf

Browse files
Merge pull request #12 from dutchenkoOleg/master
3.1.2
2 parents 1b7d2f7 + edbff00 commit a6b87bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ When creating an abstraction, we must implement all the methods and properties o
1515
The basis must be laid in an abstract class and brought to a final and typical concept in the classes of factories.
1616

1717
`WebPluginInterface` has the core methods and properties that are key to working with most web plugins.
18-
Below is a list of these methods and properties. Then you can see [an example implementation](https://github.com/WezomAgency/web-plugin-interface/blob/master/docs/index.md).
1918

2019
---
2120

docs/interface.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ For example, add an additional handler to scroll or resize window events, which
6464

6565
### `_initialize()`
6666

67-
_`private`_
67+
_`private`_
68+
_**`since v3.1.0`**_
6869

6970
Directly launch your plugin.
7071

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-plugin-interface",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)