Skip to content

Commit 9e5dcc2

Browse files
committed
build: 15.1.1 release
1 parent 3c6e0ca commit 9e5dcc2

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## <small>15.1.1 (2022-08-16)</small>
2+
3+
* fix: don't look at defaults for data if they're null (#121) ([3c6e0ca](https://github.com/readmeio/variable/commit/3c6e0ca)), closes [#121](https://github.com/readmeio/variable/issues/121)
4+
* chore(deps-dev): bump @babel/preset-env from 7.18.6 to 7.18.10 (#117) ([633e7e0](https://github.com/readmeio/variable/commit/633e7e0)), closes [#117](https://github.com/readmeio/variable/issues/117)
5+
* chore(deps-dev): bump @readme/eslint-config from 8.8.0 to 9.0.0 (#114) ([514de57](https://github.com/readmeio/variable/commit/514de57)), closes [#114](https://github.com/readmeio/variable/issues/114)
6+
* chore(deps-dev): bump babel-jest from 28.1.2 to 28.1.3 (#118) ([8fb76c6](https://github.com/readmeio/variable/commit/8fb76c6)), closes [#118](https://github.com/readmeio/variable/issues/118)
7+
* chore(deps-dev): bump eslint from 8.18.0 to 8.21.0 (#115) ([cd2c262](https://github.com/readmeio/variable/commit/cd2c262)), closes [#115](https://github.com/readmeio/variable/issues/115)
8+
* chore(deps-dev): bump jest from 28.1.2 to 28.1.3 (#116) ([e179682](https://github.com/readmeio/variable/commit/e179682)), closes [#116](https://github.com/readmeio/variable/issues/116)
9+
* chore(deps-dev): bump jest-environment-jsdom from 28.1.2 to 28.1.3 (#119) ([276011c](https://github.com/readmeio/variable/commit/276011c)), closes [#119](https://github.com/readmeio/variable/issues/119)
10+
* chore(deps-dev): bump webpack from 5.73.0 to 5.74.0 (#113) ([be06203](https://github.com/readmeio/variable/commit/be06203)), closes [#113](https://github.com/readmeio/variable/issues/113)
11+
* chore(deps-dev): bumping out of date dev deps (#120) ([fd21666](https://github.com/readmeio/variable/commit/fd21666)), closes [#120](https://github.com/readmeio/variable/issues/120)
12+
* chore(deps): bump terser from 5.8.0 to 5.14.2 (#112) ([bcbf879](https://github.com/readmeio/variable/commit/bcbf879)), closes [#112](https://github.com/readmeio/variable/issues/112)
13+
14+
15+
116
## 15.1.0 (2022-06-29)
217

318
* chore(deps-dev): bump @babel/preset-env from 7.17.10 to 7.18.2 (#104) ([309aabf](https://github.com/readmeio/variable/commit/309aabf)), closes [#104](https://github.com/readmeio/variable/issues/104)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@readme/variable",
33
"description": "React component for ReadMe user data variables",
4-
"version": "15.1.0",
4+
"version": "15.1.1",
55
"main": "dist/index.js",
66
"author": "Dom Harrington <dom@harrington-mail.com>",
77
"license": "ISC",

0 commit comments

Comments
 (0)