Skip to content

Commit 8a95fdf

Browse files
authored
Updates version info (#26)
1 parent 07e9569 commit 8a95fdf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.2 - 2022-01-20
4+
5+
* Updates mocha to v9.
6+
37
## 1.1.1
48

59
* Use `var` in a small amount of newer code that used `let`, to match ES5 legacy support status of the rest of the module. We should probably decide on a strategy for moving this module to ES6, but there is no urgency.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 P'unk Avenue LLC
1+
Copyright (c) 2022 Apostrophe Technologies, Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "random-words",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Generate one or more common English words",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha tests/test.js"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "[email protected]:punkave/random-words.git"
11+
"url": "[email protected]:apostrophecms/random-words.git"
1212
},
1313
"keywords": [
1414
"random",
@@ -19,7 +19,7 @@
1919
"sample",
2020
"text"
2121
],
22-
"author": "Thomas Boutell",
22+
"author": "Apostrophe Technologies",
2323
"license": "MIT",
2424
"devDependencies": {
2525
"mocha": "^9.1.3"

0 commit comments

Comments
 (0)