Skip to content

Commit db899a7

Browse files
chore(main): release 1.2.1 (#19)
🤖 I have created a release *beep* *boop* --- ## [1.2.1](v1.2.0...v1.2.1) (2023-11-02) ### Miscellaneous Chores * npm version 1.2.0 ([a5e6378](a5e6378)) * update package.json to v1.2.0 ([a5e6378](a5e6378)) ### Documentation * **changelog:** update changelog v1.2.0 ([3144fae](3144fae)) ### Build System * **deps-dev:** bump highlight.js from 11.7.0 to 11.8.0 ([#8](#8)) ([54529fe](54529fe)) * **deps-dev:** bump prettier from 2.8.7 to 2.8.8 ([#7](#7)) ([9edcca2](9edcca2)) * **deps-dev:** bump prettier from 2.8.8 to 3.0.0 ([f866c97](f866c97)) * **deps-dev:** bump prettier from 3.0.0 to 3.0.1 ([#10](#10)) ([ae6770e](ae6770e)) * **deps-dev:** bump prettier from 3.0.1 to 3.0.2 ([#12](#12)) ([e1f490a](e1f490a)) * **deps-dev:** bump prettier from 3.0.2 to 3.0.3 ([#13](#13)) ([d2f1a6f](d2f1a6f)) * **deps:** bump highlight.js from 11.8.0 to 11.9.0 ([#15](#15)) ([b20db94](b20db94)) * include highlight.js as dependency ([#11](#11)) ([1026749](1026749)) ### Continuous Integration * **deps:** bump actions/checkout from 3 to 4 ([#14](#14)) ([c237011](c237011)) * **release-please:** implement Release-Please for changelog ([#17](#17)) ([c81e1ee](c81e1ee)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03316a2 commit db899a7

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

Diff for: CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.1](https://github.com/highlightjs/highlightjs-apex/compare/v1.2.0...v1.2.1) (2023-11-02)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* npm version 1.2.0 ([a5e6378](https://github.com/highlightjs/highlightjs-apex/commit/a5e637896f9065a3e9d33017ec4afe397da3a9ce))
14+
* update package.json to v1.2.0 ([a5e6378](https://github.com/highlightjs/highlightjs-apex/commit/a5e637896f9065a3e9d33017ec4afe397da3a9ce))
15+
16+
17+
### Documentation
18+
19+
* **changelog:** update changelog v1.2.0 ([3144fae](https://github.com/highlightjs/highlightjs-apex/commit/3144faef9f59a5a76ece758a32e9e9ad1c627064))
20+
21+
22+
### Build System
23+
24+
* **deps-dev:** bump highlight.js from 11.7.0 to 11.8.0 ([#8](https://github.com/highlightjs/highlightjs-apex/issues/8)) ([54529fe](https://github.com/highlightjs/highlightjs-apex/commit/54529fef2bf5d388c57b1c30a8347554e5a0d7a9))
25+
* **deps-dev:** bump prettier from 2.8.7 to 2.8.8 ([#7](https://github.com/highlightjs/highlightjs-apex/issues/7)) ([9edcca2](https://github.com/highlightjs/highlightjs-apex/commit/9edcca2f84ff243169b53c20417fba6b62690df7))
26+
* **deps-dev:** bump prettier from 2.8.8 to 3.0.0 ([f866c97](https://github.com/highlightjs/highlightjs-apex/commit/f866c97e33a79186ca05fbd42bd5cb1c92190693))
27+
* **deps-dev:** bump prettier from 3.0.0 to 3.0.1 ([#10](https://github.com/highlightjs/highlightjs-apex/issues/10)) ([ae6770e](https://github.com/highlightjs/highlightjs-apex/commit/ae6770e35937724db68838182e18384eabe96f50))
28+
* **deps-dev:** bump prettier from 3.0.1 to 3.0.2 ([#12](https://github.com/highlightjs/highlightjs-apex/issues/12)) ([e1f490a](https://github.com/highlightjs/highlightjs-apex/commit/e1f490a4774d6f3511d973b2941fe15479a875be))
29+
* **deps-dev:** bump prettier from 3.0.2 to 3.0.3 ([#13](https://github.com/highlightjs/highlightjs-apex/issues/13)) ([d2f1a6f](https://github.com/highlightjs/highlightjs-apex/commit/d2f1a6fb8b7a84955ce4afeb15a58679635e01a5))
30+
* **deps:** bump highlight.js from 11.8.0 to 11.9.0 ([#15](https://github.com/highlightjs/highlightjs-apex/issues/15)) ([b20db94](https://github.com/highlightjs/highlightjs-apex/commit/b20db945a66300b22c83376e7fa7fcb475ed2d95))
31+
* include highlight.js as dependency ([#11](https://github.com/highlightjs/highlightjs-apex/issues/11)) ([1026749](https://github.com/highlightjs/highlightjs-apex/commit/102674904a76ba7f5965e2a352bfca54fe88a302))
32+
33+
34+
### Continuous Integration
35+
36+
* **deps:** bump actions/checkout from 3 to 4 ([#14](https://github.com/highlightjs/highlightjs-apex/issues/14)) ([c237011](https://github.com/highlightjs/highlightjs-apex/commit/c237011d196497504424bad0b4c2f912a21ec323))
37+
* **release-please:** implement Release-Please for changelog ([#17](https://github.com/highlightjs/highlightjs-apex/issues/17)) ([c81e1ee](https://github.com/highlightjs/highlightjs-apex/commit/c81e1eeea7079f602d7d5799b103ce1cb49546cd))
38+
839
## [Unreleased](https://github.com/highlightjs/highlightjs-apex/compare/v1.2.1...HEAD)
940

1041
### Merged

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)