From 8a95fdfd7850d3f37097e96195fb89b2c3a8a55b Mon Sep 17 00:00:00 2001 From: Alex Bea Date: Thu, 20 Jan 2022 15:27:36 -0600 Subject: [PATCH] Updates version info (#26) --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- package.json | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7277e67..3112603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.2 - 2022-01-20 + +* Updates mocha to v9. + ## 1.1.1 * 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. diff --git a/LICENSE b/LICENSE index 857d8e5..9e86dcc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 P'unk Avenue LLC +Copyright (c) 2022 Apostrophe Technologies, Inc. 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: diff --git a/package.json b/package.json index f401a7c..1314530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "random-words", - "version": "1.1.1", + "version": "1.1.2", "description": "Generate one or more common English words", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:punkave/random-words.git" + "url": "git@github.com:apostrophecms/random-words.git" }, "keywords": [ "random", @@ -19,7 +19,7 @@ "sample", "text" ], - "author": "Thomas Boutell", + "author": "Apostrophe Technologies", "license": "MIT", "devDependencies": { "mocha": "^9.1.3"