Skip to content

Commit cec654b

Browse files
committed
chore(release): 1.1.10
1 parent 0212dff commit cec654b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.1.10](https://github.com/nuxt-community/dayjs-module/compare/v1.1.9...v1.1.10) (2020-09-19)
6+
7+
8+
### Chores
9+
10+
* Add .versionsrc ([2846df4](https://github.com/nuxt-community/dayjs-module/commit/2846df4c04e702c49d6c2679ecda51e63b8567af))
11+
* Update versionrc ([0212dff](https://github.com/nuxt-community/dayjs-module/commit/0212dffc9085f3188a0f43ee2e850ebeebdbb0a4))
12+
* **deps:** bump elliptic from 6.5.1 to 6.5.3 ([b995e6e](https://github.com/nuxt-community/dayjs-module/commit/b995e6e4b6637dbaf5b71ade0bff6233f0500754))
13+
* **deps:** update circleci/node docker tag to v10.22.0 ([d40d1ca](https://github.com/nuxt-community/dayjs-module/commit/d40d1ca8e93bc18c73506e680f04a0c0d2121106))
14+
* **deps:** update circleci/node docker tag to v10.22.1 ([53ec5c7](https://github.com/nuxt-community/dayjs-module/commit/53ec5c79fe0b268862de228fb780550e8795f0d0))
15+
* **deps:** update dependency @nuxt/types to v2 ([8ca421c](https://github.com/nuxt-community/dayjs-module/commit/8ca421cda5e08a79e7cc09900720fbbc7d6ee63d))
16+
* **deps:** update dependency @types/jsdom to v16.2.4 ([6cb1a35](https://github.com/nuxt-community/dayjs-module/commit/6cb1a3559326718c9dae011c7897280275172d05))
17+
* **deps:** update dependency @types/node to v10.17.28 ([dc4d89b](https://github.com/nuxt-community/dayjs-module/commit/dc4d89b2852084c00ce43db36a6264446d07309b))
18+
* **deps:** update dependency @types/node to v10.17.29 ([d9e8eff](https://github.com/nuxt-community/dayjs-module/commit/d9e8effff7f455538f6aba1057a755ed687a537f))
19+
* **deps:** update dependency @types/node to v10.17.32 ([3b48309](https://github.com/nuxt-community/dayjs-module/commit/3b48309a96aa7ff190a96469c75becc4a75b2bc4))
20+
* **deps:** update dependency @types/node to v10.17.35 ([075a09a](https://github.com/nuxt-community/dayjs-module/commit/075a09a222ca273eef28ba92afda6cf9d4673250))
21+
* **deps:** update dependency @types/puppeteer to v3.0.2 ([091611b](https://github.com/nuxt-community/dayjs-module/commit/091611b271447dbc6ceb7cab076ec98815f104b9))
22+
* **deps:** update dependency codecov to v3.7.1 ([6c7272a](https://github.com/nuxt-community/dayjs-module/commit/6c7272acb659967ee7e6868a995dada1f9fdd278))
23+
* **deps:** update dependency codecov to v3.7.2 ([1c08604](https://github.com/nuxt-community/dayjs-module/commit/1c086044929b8029403b2973409d02e6c5613edc))
24+
* **deps:** update dependency nuxt to v2.13.3 ([2843d97](https://github.com/nuxt-community/dayjs-module/commit/2843d97c39dbed00d9c474750a79c69b46b35603))
25+
* **deps:** update dependency puppeteer to v5 ([6a96d83](https://github.com/nuxt-community/dayjs-module/commit/6a96d834851347f921876d40a931a87df2a86ff3))
26+
* **deps:** update dependency standard-version to v8.0.2 ([8ff3d93](https://github.com/nuxt-community/dayjs-module/commit/8ff3d93aeb072c6ef61b23a501dcc85310a27bcb))
27+
* **deps:** update dependency ts-jest to v26.1.3 ([5557b6e](https://github.com/nuxt-community/dayjs-module/commit/5557b6e24ee985f98c10fd3ee0d1f517582dbe77))
28+
* **deps:** update dependency ts-jest to v26.1.4 ([4296d96](https://github.com/nuxt-community/dayjs-module/commit/4296d960803aca854e9e4609d3c4f5d73f66c782))
29+
* **deps:** update dependency typescript to v3.9.7 ([53e0c1d](https://github.com/nuxt-community/dayjs-module/commit/53e0c1dcadb65a1a74765b73a58573ff976f6c41))
30+
531
### [1.1.8](https://github.com/nuxt-community/dayjs-module/compare/v0.1.2...v1.1.8) (2020-07-13)
632

733
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/dayjs",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "The best way for use Day.js easily in your Nuxt.js project.",
55
"author": {
66
"name": "Takuma HANATANI(potato4d)"

0 commit comments

Comments
 (0)