Skip to content

Commit 60e78bd

Browse files
committed
1.0.0
1 parent 89ce36f commit 60e78bd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
<!--lint disable maximum-line-length-->
66

7+
1.0.0 / 2015-08-01
8+
==================
9+
10+
* Refactor api for [email protected] (89ce36f)
11+
712
0.2.1 / 2015-01-18
813
==================
914

component.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retext-pos",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Retext part-of-speech (POS) tagger",
55
"license": "MIT",
66
"keywords": [
@@ -20,4 +20,4 @@
2020
"scripts": [
2121
"index.js"
2222
]
23-
}
23+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retext-pos",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Retext part-of-speech (POS) tagger",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)