From 1a01025de1442ed5ffee7121b5516f2091caea33 Mon Sep 17 00:00:00 2001 From: Gert Drapers Date: Tue, 25 Jan 2022 12:02:42 -0800 Subject: [PATCH] catch up to #36f03cd --- README.md | 3 ++- go.mod | 2 +- pluralize.go | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49f5c38..d4fe4d0 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ Pluralize and singularize any word # Version mapping -The latest go-pluralize version is compatible with [pluralize](https://www.npmjs.com/package/pluralize) version 8.0.0 commit [#e507706](https://github.com/blakeembrey/pluralize/commit/e507706be779612c06ebfd6043163e063e791d79) +The latest go-pluralize version is compatible with [pluralize](https://www.npmjs.com/package/pluralize) version 8.0.0 commit [#36f03cd](https://github.com/blakeembrey/pluralize/commit/36f03cd2d573fa6d23e12e1529fa4627e2af74b4) | go-pluralize version | NPM Pluralize Package version | | ------------- | ------------- | +| 0.2.0 - Jan 25, 2022 [v0.2.0](https://github.com/gertd/go-pluralize/releases/tag/v0.2.0) | 8.0.0 - Oct 6, 2021 [#36f03cd](https://github.com/blakeembrey/pluralize/commit/36f03cd2d573fa6d23e12e1529fa4627e2af74b4) | 0.1.7 - Jun 23, 2020 [v0.1.7](https://github.com/gertd/go-pluralize/releases/tag/v0.1.7) | 8.0.0 - Mar 14, 2020 [#e507706](https://github.com/blakeembrey/pluralize/commit/e507706be779612c06ebfd6043163e063e791d79) | 0.1.2 - Apr 1, 2020 [v0.1.2](https://github.com/gertd/go-pluralize/releases/tag/v0.1.2) | 8.0.0 - Mar 14, 2020 [#e507706](https://github.com/blakeembrey/pluralize/commit/e507706be779612c06ebfd6043163e063e791d79) | 0.1.1 - Sep 15, 2019 [v0.1.1](https://github.com/gertd/go-pluralize/releases/tag/v0.1.1) | 8.0.0 - Aug 27, 2019 [#abb3991](https://github.com/blakeembrey/pluralize/commit/abb399111aedd1d62dd418d7e0217d85f5bf22c9) diff --git a/go.mod b/go.mod index dd3e049..cba227b 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/gertd/go-pluralize -go 1.14 +go 1.17 require github.com/pkg/errors v0.9.1 diff --git a/pluralize.go b/pluralize.go index 9a395fa..9d21444 100644 --- a/pluralize.go +++ b/pluralize.go @@ -305,6 +305,7 @@ func (c *Client) loadIrregularRules() { //nolint:funlen {`groove`, `grooves`}, {`pickaxe`, `pickaxes`}, {`passerby`, `passersby`}, + {`canvas`, `canvases`}, {`sms`, `sms`}, }